This project is a collection of scripts for interacting with the Aragon SDK and ethers.js. It's designed to work with different Ethereum networks and provides a simple interface for creating and interacting with DAOs.
This project uses Bun
bun installYou need to provide your private key and an RPC URL. You can do this by creating a .env file in the root of the project with the following variables:
PRIVATE_KEY=your_private_key
RPC_URL=''
Simply open one of the scripts in ./src, modify the parameters and run with
bun src/client/installAdminPlugin.tsContributions, issues, and feature requests are welcome! Feel free to check the issues page.
Give a ⭐️ if this project helped you!
Please use this script at your own risk. We are not responsible for any potential damages caused by the use of this script.