Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add simple SafeSnap setup instructions. #14

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/SafeSnapSetup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Setup a SafeSnap DAO
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we link this file in the readme?


1. Deploy your [Gnosis Safe](https://gnosis-safe.io).

2. Modify the question template at `src/tasks/defaultTemplate.json` to suit your DAO.

3. `yarn build`

4. `yarn hardhat --network <network> createDaoTemplate --oracle <oracle_address>`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we link where you can find the oracle addresses?


5. `yarn hardhat --network <network> setup --dao <safe_address> --oracle <realitio_address> --timeout 172800 --cooldown 86400`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

template id is missing here


6. Enable module (e.g. with transaction builder and abi from `0x34CfAC646f301356fAa8B21e94227e3583Fe3F5F`)

7. Set up your Snapshot instance, make sure to include `"plugins": { "daoModule": { "address": "<module_address"} }` in your `index.json` file.