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
yarn # installs the package dependencies
forge install # installs the forge dependencies
forge build
forge test -vvv
forge coverage
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}