Skip to content

MultiChain Starter

JonathanCrossland edited this page Feb 14, 2024 · 1 revision

Please note:

This library is a a wrapper for JSON-RPC calls to the MultiChain blockchain. We do not design the API or have a say in its construction but provide a means of calling it using C#.

This is why we have little documentation because what you need is pretty much. MultiChain itself. I've included an outline of all the resources you need to start.

Source Code

Multichain Source

You can see what is happening under the hood by checking out the MultiChain source, originally forked from Bitcoin.

Bitcoin Source

Downloading the node and utilities

Download and Install

Creating Your Chain

Getting Started Creating and Connecting

Configuring your Chain

Blockchain Params

JSON-RPC API Documentation

API Reference Error Codes

Help

Q&A Forum

More Reading

Permission-ed Nodes (Consensus)

Raw Transactions

Clone this wiki locally