fathom-swap-smart-contracts
v1.0.0
Published
FathomSwap Smart Contracts
Downloads
2
Readme
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