Skip to content

mikiquantum/chainbridge-substrate-chain

This branch is 1 commit ahead of, 9 commits behind ChainSafe/chainbridge-substrate-chain:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3bcaca0 · Oct 2, 2020

History

25 Commits
Oct 2, 2020
Oct 2, 2020
Jun 30, 2020
May 2, 2020
Mar 16, 2020
Oct 2, 2020
Oct 2, 2020
Mar 27, 2020
Oct 2, 2020
Oct 2, 2020
Mar 16, 2020

Repository files navigation

chainbridge-substrate-chain

A simple substrate chain for testing and demo purposes.

This chain is based off the Substrate Node Template and includes chainbridge and example-pallet from chainbridge-substrate.

Polkadot JS Apps

You can interact with a local node by visiting https://polkadot.js.org/apps/.

You will need to add these definitions to the developer settings:

{
  "chainbridge::ChainId": "u8",
  "ChainId": "u8",
  "ResourceId": "[u8; 32]",
  "DepositNonce": "u64",
  "ProposalVotes": {
    "votes_for": "Vec<AccountId>",
    "votes_against": "Vec<AccountId>",
    "status": "enum"
  },
  "Erc721Token": {
    "id": "TokenId",
    "metadata": "Vec<u8>"
  },
  "TokenId": "U256",
  "Address": "AccountId",
  "LookupSource": "AccountId",
  "RefCount": "RefCountTo259"
}

About

Simple Substrate chain for testing purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 97.1%
  • Shell 2.9%