Superfluid native stream-only dex.
- Run
npm install
- Add a .env file with
GOERLI_ALCHEMY_KEY
andPRIVATE_KEY
variables - Update
testWalletAddress
in testSuperApp.js to your wallet address - Run
npx hardhat test
To run the demo scripts:
npx hardhat run scripts/demo-scripts/initializeTokens.js --network rinkeby
npx hardhat run scripts/demo-scripts/upgradeTokens.js --network rinkeby
npx hardhat run scripts/demo-scripts/addLiquidity.js --network rinkeby