minter-explorer-api

module
v0.0.2-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 13, 2018 License: MIT

README

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

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

Run using Docker

You'll need docker and docker compose installed.

Clone Minter to your machine

$ git clone https://github.com/MinterTeam/minter-go-node.git
$ cd minter-go-node

Prepare configs

$ mkdir -p ~/.tendermint/data
$ mkdir -p ~/.minter/data

$ chmod -R 0777 ~/.tendermint
$ chmod -R 0777 ~/.minter

$ cp -R networks/testnet/ ~/.tendermint/config

Start Minter

$ docker-compose up

Build and run manually

Install Tendermint 0.20

$ mkdir $GOPATH/src/github.com/MinterTeam
$ cd $GOPATH/src/github.com/MinterTeam
$ git clone https://github.com/MinterTeam/minter-go-node.git

$ cd minter-go-node
$ make get_tools
$ make get_vendor_deps

$ make install

$ mkdir -p ~/.tendermint/data
$ mkdir -p ~/.minter/data

$ cp -R networks/testnet/ ~/.tendermint/config

Run Tendermint

$ tendermint node

Run Minter

$ minter

Directories

Path Synopsis
cmd
core
dao
state
Package state provides a caching layer atop the Ethereum state trie.
Package state provides a caching layer atop the Ethereum state trie.
types
Package common contains various helper functions.
Package common contains various helper functions.
bn256
Package bn256 implements a particular bilinear group at the 128-bit security level.
Package bn256 implements a particular bilinear group at the 128-bit security level.
sha3
Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202.
Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202.
Package hexutil implements hex encoding with Mx prefix.
Package hexutil implements hex encoding with Mx prefix.
Package math provides integer math utilities.
Package math provides integer math utilities.
Package metrics provides general system and process level metrics collection.
Package metrics provides general system and process level metrics collection.
Package rlp implements the RLP serialization format.
Package rlp implements the RLP serialization format.
Package trie implements Merkle Patricia Tries.
Package trie implements Merkle Patricia Tries.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL