This is a high level SDK for solidity developers!
- A high level SDK to make your dApps Omnichain accessible.
- The API which makes Omnichain contract invocations very easy is here
- The contract example for a simple message communication is here, and the related user defined example are:
- The contract example for a cross-chain contract invocation is here, and the related user defined example are:
- A cleaner version with a build-in message
Payload
, which will be make APIs more briefly.
Dependencies:
- @dante-contracts
- @openzeppelin-contracts v4.4.2
- @truffle/hdwallet-provider v2.0.0
npm install -g truffle
npm install -d
truffle compile
truffle migrate --network avalancheFuji --reset --skip-dry-run