Skip to main content

Command Palette

Search for a command to run...

MoltenChain Sub-Chain Support

Updated
1 min read
MoltenChain Sub-Chain Support
R

We have a team of experienced developers, some dating back to the 1980's. We are focused on building an ecosystem of nextgen applications, services, experiences, and games.

SUB-CHAINS FOR TOKENS

On MoltenChain as well as minting tokens, the token creators can also deploy a smart contract to set up a side-chain for the token. With side-chains token creators can provide an independent ledger named after the token id.

Example: Bob creates Bobcoin with the ticker as BOBS, when Bob deploys the smart contract for the side-chain it will be named BOBS Chain. All swaps, exchanges, token lock-ups, LP buys or sells will be listed in the BOBS Chain ledger.

To learn more head over to MoltenCha.in.

MoltenChain Smart Contracts

Part 1 of 3

MoltenChain smart contracts are designed to use LUA, from a command line to import your smart contract and broadcast it to the MoltenChain network via a MoltenChain node. ./moltenchain -d token.lua

Up next

Self Destructing Private Messages

Self destructing private messages on the MoltenChain network.