Rage is a liquidity and treasury management protocol.
- Clone this project:
git clone https://github.com/Kavorix/rage-trade- Change into the directory:
cd rage-trade- Install the dependencies:
npm install- Set up some configurations:
Set the values of environment variables in the .env.development, .env.production, and .env files to yours.
- Add your ABI:
Copy your contract ABI from the Remix and paste it into contract/abi.json.
- Run the server:
npm run dev