mirror of
https://github.com/tornadocash/torn-token.git
synced 2025-02-14 21:10:29 +01:00
Tornado.cash token (TORN) 
Dependencies
- node 12
- yarn
Start
$ yarn
$ cp .env.example .env
$ yarn test
Deploying
Deploy to Kovan:
$ yarn deploy:kovan
Mainnet deploy instructions
-
in torn-token repo
cp .env.example .env
-
Specify deployment
PRIVATE_KEY
in the.env
. It will be the owner during deployment. -
Specify gas price in
truffle.js
-
yarn deploy:mainnet
-
go to mining repo
-
cp .env.example .env
-
Specify private key and TORN address
-
yarn
yarn deploy:mainnet
-
go to governance repo
-
...
-
...
-
...
-
in this repo modify the
config.js
file. Put all addresses that you got during deployment -
set
ONLY_INITIALIZE
totrue
andTORN_TO_INITIALIZE
to the token address -
yarn deploy:mainnet
Description
Languages
JavaScript
61.3%
Solidity
38.7%