moon004 / minter-go-node

๐Ÿš€ Official Minter Blockchain Implementation in Go

Home Page:https://minter.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version Go version License Last commit Go Report Card

Minter is a blockchain network that lets people, projects, and companies issue and manage their own coins and trade them at a fair market price with absolute and instant liquidity.

NOTE: This is alpha software. Please contact us if you intend to run it in production.

Installation

You can get official installation instructions in our docs.

  1. Download Minter

    Get latest binary build suitable for your architecture and unpack it to desired folder.

  2. Run Minter Node

./minter
  1. Use GUI

    Open http://localhost:3000/ in local browser to see nodeโ€™s GUI.

Resources

Unofficial

Community

Versioning

SemVer

Minter uses SemVer to determine when and how the version changes. According to SemVer, anything in the public API can change at any time before version 1.0.0

To provide some stability to Minter users in these 0.X.X days, the MINOR version is used to signal breaking changes across a subset of the total public API. This subset includes all interfaces exposed to other processes, but does not include the in-process Go APIs.

Upgrades

In an effort to avoid accumulating technical debt prior to 1.0.0, we do not guarantee that breaking changes (ie. bumps in the MINOR version) will work with existing blockchain. In these cases you will have to start a new blockchain, or write something custom to get the old data into the new chain.

However, any bump in the PATCH version should be compatible with existing histories (if not please open an issue).

About

๐Ÿš€ Official Minter Blockchain Implementation in Go

https://minter.network

License:MIT License


Languages

Language:Go 94.9%Language:Assembly 2.3%Language:HTML 1.6%Language:Shell 0.7%Language:Makefile 0.4%Language:Dockerfile 0.1%