1.0.0 • Published 3 years ago

fathom-swap-smart-contracts v1.0.0

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
3 years ago

FathomSwap Smart Contracts

Setup

# Install Node.js & npm

# Install local node dependencies:
$ npm install

# Set private key:
$ echo -n "YOUR_PRIVATE_KEY" > privateKey

# Run tests:
$ npm run test

# Deploy to $network (goerli/kovan/ropsten/bsc_testnet)
$ npx hardhat run scripts/deploy.js  --network $network
1.0.0

3 years ago