WARNING: DO NOT USE THS ON MAINNET, yet
Automates the process of calculating Sourcecred Scores and creating a vote to mint them as tokens in an Aragon DAO
git clone https://github.com/aracred/AraCred.git && cd aracred
configure your DAO Addresses in /config/dao.json
{
daoAddress: 'YOUR_DAO_ADDRESS',
tokenManagerAddress: 'YOUR_TOKEN_MANAGER_ADDRESS',
votingAddress: 'YOUR_VOTING_ADDRESS',
}
- create the repo for your new project
- add infura and ethereum private keys to your repo secrets set your infura key
as
INFURA_KEY
set your ethereum private key asPRIVATE_KEY
- remove the current
.git
file and create a new onerm -rf .git && git init
- push to your new repo
git remote add origin https://github.com/<YOUR_USERNAME>/<YOUR_REPO>.git && git push -u origin master