Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 893 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 893 Bytes

Avalaunch protcool implementation

The first protocol, exclusively for the Avalanche ecosystem, to offer promising and innovative projects a fast, secure, and efficient platform for decentralized fundraising.

Token (Mainnet)

Developement instructions

  • $ yarn install - Install all dependencies
  • $ echo PK="PRIVATE_KEY" > .env - Add testing private key
  • $ npx hardhat compile - Compile all contracts
  • $ npx hardhat test - Run all tests

  • Migrations are inside scripts/ folder.
  • Tests are inside test/ folder.