Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.6 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.6 KB

NativeX Contracts Node


Substrate Contracts Node

This repository contains NativeX Node configured to include Substrate's pallet-contracts - a smart contract module.

Native Token

  • unit: NATIVEX
  • address prefix: 42
  • decimals: 18
  • chain type: substrate

Usage

make run-release

Smart Contract Compatibility

  • Wasm smart contract written by ink!.
  • EVM smart contract written by solidity.

Ink! compatibility

NativeX Contracts Node Version Ink! version Polkadot SDK
4.0.0-dev v4.30.0, v5.0.0 release-polkadot-v1.1.0

Connect with frontend

Once the node template is running locally, you can connect to it with frontends like Contracts UI or Polkadot-JS Apps and interact with your chain.