acoshift / kaaifinance--contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kaai Finance Contracts

Compile

npx hardhat compile

Test ?

npx hardhat test

Deploy

npx hardhat run ./scripts/deploy.ts --network rei

Verify

npx hardhat verify CONTRACT_ADDRESS --network rei RECEIVER SIGNER

Wallet Address

Deployer: 0x000000DecF24EFF83549bEB68456F28d5b70ff46
Receiver: 0x000000950A4168ad3631e7Cd4964106fa9824834
Signer: 0x000000507563be38B521e0A03Ff5C6993Eed6393

About

License:MIT License


Languages

Language:Solidity 65.5%Language:TypeScript 25.5%Language:JavaScript 7.7%Language:Shell 1.3%