An open API service indexing awesome lists of open source software.

https://github.com/acoshift/kaaifinance--contracts


https://github.com/acoshift/kaaifinance--contracts

Last synced: about 2 months ago
JSON representation

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
```