Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.63 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.63 KB

solidity-contract-template

Currently

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:

Coming soon

  • A cleaner version with a build-in message Payload, which will be make APIs more briefly.

Usage

Dependencies:

Install

npm install -g truffle
npm install -d

Compile smart contract

truffle compile

Deploy smart contract to Avalanche FUJI testnet

truffle migrate --network avalancheFuji --reset --skip-dry-run