Skip to content

dantenetwork/smart-router

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published