Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 389 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 389 Bytes

EVM contracts for CIP(Crosschain Interaction Protocol)

Usage

Pre Requisites

Before running any command, make sure to install dependencies:

npm i

Compile

Compile the smart contracts with Hardhat:

npm run compile

Tests

Run the tests:

npm run test

Deploy local

npx hardhat node --tags "local" --network hardhat

License

MIT