Skip to content

MinterTeam/minter-go-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

235a4a2 Β· Apr 29, 2022
Apr 2, 2022
Apr 18, 2022
Apr 12, 2021
Apr 27, 2022
Apr 18, 2022
Apr 29, 2022
Feb 26, 2021
Jan 19, 2021
Jul 22, 2021
Sep 16, 2020
Sep 9, 2020
Feb 26, 2021
Dec 26, 2020
Apr 11, 2021
Apr 22, 2022
Dec 17, 2021
Apr 22, 2021
Apr 29, 2022
Apr 1, 2020
Mar 23, 2021
Apr 29, 2022
Jan 20, 2021
Mar 1, 2021
Dec 20, 2021
Jun 4, 2018
Jul 27, 2021
Jun 14, 2018
Jan 20, 2021
Mar 1, 2021
Apr 13, 2022
Apr 13, 2022
Jan 20, 2021
Aug 6, 2018

Repository files navigation

Version Go version License Last commit Go Report Card Github Actions Report Card Docker Pulls

Minter is a global rewards and loyalty points network powered by a fast blockchain. Any brand, community, or blogger can create their own coins and launch their reward or loyalty system in minutes.

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

Installation

Docker

  1. Grab latest docker-compose, save docker-compose.yml and run docker-compose up -d. To run it in production we recommend to use bind host mount instead of volume.

  2. To build from source clone this repo, make your changes and run docker-compose up --build -d

Manual

You can get official installation instructions in our docs.

  1. Download Minter Node

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

  2. Run Minter Node

./minter node

Resources

Related repositories

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