-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes from this branch : https://github.com/1Hive/quests/tree/onbjerg
- Loading branch information
Showing
3 changed files
with
28 additions
and
68 deletions.
There are no files selected for viewing
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,53 @@ | ||
# 🌟 Quests | ||
## 🌟 Quests | ||
|
||
[![Continuous Integration](README.assets/badge.svg)](https://github.com/1Hive/quests/actions/workflows/continuous-integration.yml) | ||
[![Continuous Integration](https://github.com/1Hive/quests/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/1Hive/quests/actions/workflows/continuous-integration.yml) | ||
|
||
## Links | ||
|
||
Kanban board : https://app.zenhub.com/workspaces/quests-6092dda4c272a5000e858266/board | ||
|
||
Discord : 1Hive (Quest Swarm channel) | ||
|
||
Deployed app : https://quests-d1u7l8p9l-1hive.vercel.app/ | ||
Quests is a bounty board for 1Hive swarms. | ||
|
||
## Setup & Launch | ||
|
||
1. Clone | ||
|
||
> git clone https://github.com/1Hive/quests.git | ||
Clone the repository | ||
|
||
2. Install | ||
```sh | ||
git clone [email protected]:1hive/quests | ||
``` | ||
|
||
> yarn install | ||
Install the dependencies | ||
|
||
3. a. Launch with **Rinkeby** test network | ||
```sh | ||
yarn | ||
``` | ||
|
||
> yarn start | ||
Start the project | ||
|
||
b. Launch with local chain | ||
```sh | ||
# Rinkeby testnet | ||
yarn start | ||
# Local chain | ||
yarn start:local &; yarn chain &; yarn deploy & | ||
``` | ||
|
||
> yarn start:local | ||
> | ||
> [new terminal] | ||
> | ||
> yarn chain | ||
> | ||
> [new terminal] | ||
> | ||
> yarn deploy:local | ||
### Docs | ||
|
||
## Doc | ||
|
||
### Anonymous features | ||
#### Anonymous features | ||
|
||
- Browse quests | ||
- Filter Quests | ||
|
||
### Account connected features | ||
#### Account connected features | ||
|
||
- Play quest | ||
- Create quest | ||
- Fund quest | ||
|
||
### Connect | ||
#### Connect | ||
|
||
1. Select xDai chain | ||
2. Click Enable Button account | ||
3. Click on Metamask button | ||
4. You can now : | ||
1. Create a quest | ||
2. Fund a quest | ||
3. Play a quest | ||
|
||
### Additional Resources | ||
|
||
- [Kanban board](https://app.zenhub.com/workspaces/quests-6092dda4c272a5000e858266/board) | ||
- Discord : 1Hive (Quest Swarm channel) | ||
- [Deployed app](https://quests-d1u7l8p9l-1hive.vercel.app/) |