Contracts for cross-chain event proofing
This project uses the following stack:
- Language: Solidity v0.8.24
- Framework: Hardhat
- Node.js: v22.2
- Yarn: v4.5
Initialize dependencies of the project:
yarn install(oryarn)
Build all smart contracts of the project:
yarn build(oryarn b)
Run smart contract tests:
yarn test(oryarn t)
Note: Automatically performs build step prior the run