Skip to content

infinitefuturechain/infinitefuture

Repository files navigation

Infinitefuture Public Chain

version Go license Go Report Card CircleCI

Infinitefuture public chain is new generation digital finance public chain, based on Infinitefuture-SDK development.

Required

Go 1.13+

Install

Please make sure have already installed Go correctly, and set environment variables : $GOPATH, $GOBIN, $PATH.

Put the Infinitefuture project in the specific path,switch to master branch,download related dependencies, then make install:

mkdir -p $HOME/go/bin
echo "export GOPATH=$HOME/go" >> ~/.bash_profile
echo "export GOBIN=\$GOPATH/bin" >> ~/.bash_profile
echo "export PATH=\$PATH:\$GOBIN" >> ~/.bash_profile
source ~/.bash_profile

Check if the installation is successful:

$infinitefutured --help
$infinitefuturecli --help

Explorer

infinitefuture explorer

Wallet

infinitefuture wallet

Mainnet

infinitefuture mainnet