Skip to content

MinterTeam/minter-go-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3be4dc0 Β· Sep 13, 2018
Jun 13, 2018
Jun 8, 2018
Jun 8, 2018
Sep 13, 2018
Sep 8, 2018
Sep 12, 2018
Sep 13, 2018
Jul 22, 2018
Sep 13, 2018
Sep 12, 2018
Jul 30, 2018
Sep 8, 2018
Aug 24, 2018
Jul 18, 2018
Sep 13, 2018
Jul 31, 2018
Jul 12, 2018
Sep 12, 2018
Jul 9, 2018
Jul 22, 2018
Jun 13, 2018
Sep 12, 2018
Jun 6, 2018
Sep 13, 2018
Jun 8, 2018
Sep 7, 2018
Sep 7, 2018
Jun 4, 2018
Jul 22, 2018
Jun 14, 2018
Sep 8, 2018
Sep 12, 2018
Aug 6, 2018

Repository files navigation

Minter Node

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.

version Go version license last-commit Go Report Card

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.

Documentation

For documentation, Read The Docs.

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).