Skip to content

lkngtn/karma-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Karma Template

Aragon DAO Template for KarmaDAO

Local deployment

This template depends on a number of yet to be published apps, so to develop locally you must deploy those applications first.

  • Conviction Voting (Latest version with hooks)
  • Hooked Token Manager (Latest version)
  • Dandelion Voting (Latest version with hooks)
  • Tollgate
  • Issuance

Rinkeby deployment using previously deployed template

To deploy a Karma DAO to Rinkeby:

  1. Install dependencies:
$ npm install
  1. Compile contracts:
$ npx truffle compile
  1. Configure your DAO in: scripts/new-dao.js

  2. Deploy a DAO to Rinkeby (requires a Rinkeby account accessible by the truffle script as documented here: https://hack.aragon.org/docs/cli-intro#set-a-private-key):

$ npx truffle exec scripts/new-dao.js --network rinkeby
  1. Copy the output DAO address into this URL and open it in a web browser:
https://rinkeby.aragon.org/#/<DAO address>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors