The first protocol, exclusively for the Avalanche ecosystem, to offer promising and innovative projects a fast, secure, and efficient platform for decentralized fundraising.
- Deployed to Avalanche blockchain
- Token address:
0xd1c3f94DE7e5B45fa4eDBBA472491a9f4B166FC4
- Total supply : 100000000 XAVA
- Deployer address:
0xADeA14a2F5ffa5016f34141D00C249e691AE300E
- Verified source code: https://cchain.explorer.avax.network/address/0xd1c3f94DE7e5B45fa4eDBBA472491a9f4B166FC4/contracts
$ 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.