-
This Root Token used to Deploy the Contracts to Goerli
-
Ask Me on Discord(if needed) => Agin DropDisco#6149
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Node >= 12.x
Firstly, you need to clone this repo. You can do so by downloading the repo as a zip and unpacking or using the following git command
Now, It's time to install the Dependencies & Compile all Contracts
yarn && yarn compile
Deploy & Verify
truffle migrate --network goerli
truffle run verify <Contracts Name> --network goerli && truffle run verify <Contracts Name> --network goerli ~
Flattener if needed
yarn flattener