Skip to content

Commit

Permalink
Bringing the onbjerg changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Corantin committed Aug 31, 2021
1 parent 7eda3fd commit 740e987
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 68 deletions.
File renamed without changes.
33 changes: 0 additions & 33 deletions README.assets/badge.svg

This file was deleted.

63 changes: 28 additions & 35 deletions README.md
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/)

0 comments on commit 740e987

Please sign in to comment.