Skip to content

The V2 implementation of the Vader Protocol & vision!

Notifications You must be signed in to change notification settings

souksou/vader-protocol-v2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


About

The V2 implementation of the Vader Protocol & vision!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.0%
  • Solidity 47.0%