abhicoder29 / xava-protocol

XAVA token implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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.


XavaToken


About

XAVA token implementation


Languages

Language:JavaScript 65.8%Language:Solidity 34.2%