0.6.0 • Published 2 years ago

evmscript-sim v0.6.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Aragon Callscript Simulator

Simulate the effect of a callscript script before you put it to a vote

1. Configure Tenderly

create the environment cat .env.example > .env

Then add necessary configuration

    TENDERLY_PROJECT=...
    TENDERLY_USER=...
    TENDERLY_ACCESS_KEY=...

2. Configure the Call Script

modify the config in ./src/config.ts

3. Test the script

test the script with yarn dryrun

4. Run script

Note: creating a vote requires you to have frame installed on your machine with a key containing permissions to create votes in your DAO

create a vote in the dao with yarn create-vote