https://github.com/acoshift/kaaifinance--contracts
https://github.com/acoshift/kaaifinance--contracts
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/acoshift/kaaifinance--contracts
- Owner: acoshift
- License: mit
- Created: 2022-06-14T03:45:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-18T16:10:44.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T02:20:23.307Z (4 months ago)
- Language: Solidity
- Size: 984 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kaai Finance Contracts
## Compile
```shell
npx hardhat compile
```## Test ?
```shell
npx hardhat test
```## Deploy
```shell
npx hardhat run ./scripts/deploy.ts --network rei
```## Verify
```shell
npx hardhat verify CONTRACT_ADDRESS --network rei RECEIVER SIGNER
```## Wallet Address
```
Deployer: 0x000000DecF24EFF83549bEB68456F28d5b70ff46
Receiver: 0x000000950A4168ad3631e7Cd4964106fa9824834
Signer: 0x000000507563be38B521e0A03Ff5C6993Eed6393
```