Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 521 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 521 Bytes

Aqueduct V1

Superfluid native stream-only dex.

To test locally:

  1. Run npm install
  2. Add a .env file with GOERLI_ALCHEMY_KEY and PRIVATE_KEY variables
  3. Update testWalletAddress in testSuperApp.js to your wallet address
  4. 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