/vader-protocol-v2

The V2 implementation of the Vader Protocol & vision!

Primary LanguageJavaScript

vader-protocol-v2

vader

Setup

npm i
# put your wallet seed here
touch .secret
# put your environment variables here
cp .env.sample .env

Test

npx ganache-cli
npm test

Deploy

# deploy (run migration script from x to y)
npx truffle migrate -f x --to y --network kovan
# verify contract
npx truffle run verify MyContract --network kovan

Networks & Addresses

Mainnet

Kovan