Skip to content

KEI-finance/presale-contracts

Repository files navigation

KEI Presale Contract

The KEI finance Presale contract. Distributing placeholder tokens for the launch of the KEI finance protocol.

https://docs.kei.fi/welcome-to-kei-finance/presale-opportunity-29th-aug

Setup

yarn # installs the package dependencies
forge install # installs the forge dependencies

Building

forge build

Testing

forge test -vvv

Test Coverage

forge coverage

Deploying

Create a .env and fill it out

cp .env.example .env
vim .env

Deploy the contracts to the selected {network} Supported networks goerli arbitrumOne

npx hardhat run scripts/deploy.ts --network {network}