minter-explorer-api

module
v0.0.1-alpha Latest Latest
Warning

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

Go to latest
Published: Jun 8, 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 go installed and the required environment variables set.


Clone Minter to your machine

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

Install dependencies

make get_tools
make get_vendor_deps

Build docker image

make build-linux
make build-docker

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

Directories

Path Synopsis
cmd
core
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.
rpc
client/mock
package mock returns a Client implementation that accepts various (mock) implementations of the various methods.
package mock returns a Client implementation that accepts various (mock) implementations of the various methods.
core
# Introduction Tendermint supports the following RPC protocols: * URI over HTTP * JSONRPC over HTTP * JSONRPC over websockets Tendermint RPC is built using [our own RPC library](https://github.com/tendermint/tendermint/tree/master/rpc/lib).
# Introduction Tendermint supports the following RPC protocols: * URI over HTTP * JSONRPC over HTTP * JSONRPC over websockets Tendermint RPC is built using [our own RPC library](https://github.com/tendermint/tendermint/tree/master/rpc/lib).
lib
HTTP RPC server supporting calls via uri params, jsonrpc, and jsonrpc over websockets # Client Requests Suppose we want to expose the rpc function `HelloWorld(name string, num int)`.
HTTP RPC server supporting calls via uri params, jsonrpc, and jsonrpc over websockets # Client Requests Suppose we want to expose the rpc function `HelloWorld(name string, num int)`.
lib/server
Commons for HTTP handling
Commons for HTTP handling
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