Skip to content

Commit

Permalink
chore: remove setting up module section from setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrzn committed Sep 11, 2021
1 parent 6135640 commit 1282124
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/setup_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,11 @@ The guide will use the Rinkeby ETH RealitioV3 contract at [`0xDf33060F476F8cff75

DISCLAIMER: Check the deployed Realitio contracts before using them.

## Setting up the module

The first step is to deploy the module. Every DAO will have their own module. The module is linked to a DAO (called executor in the contract) and an oracle (e.g. RealitioV3).
### Setup the Realitio template

As part of the setup you need to define or choose a template on Realitio. More information can be found in [their docs](https://github.com/realitio/realitio-dapp#structuring-and-fetching-information).

### Setup the Realitio template

To define your own template a hardhat task is provided in the repository. It is possible to provide a template to that task via `--template` else the [default template](../src/tasks/defaultTemplate.json) is used.

The template should have the following format:
Expand Down

0 comments on commit 1282124

Please sign in to comment.