项目作者: ipxchain

项目描述 :
IPXChain 项目主要定位于解决大型生态化区块链网络的互联互通、跨链通信问题,从而构建区块链网络时代的骨干区块链网络。1.正确安装和配置go。 2.下载ipxchain代码。 git clone -b https://github.com/ipxchain/ipxchain。 3.编译。 cd ipxchain && make install 4.运行。 # Initialize the genesis.json file that will help you to bootstrap the network truth init --chain-id=testing testing # Create a key to hold your validator account truthcli keys add validator # Add that key into the genesis.app_state.accounts array in the genesis file # NOTE: this command lets you set the number of coins. Make sure this account has some coins # with the genesis.app_state.staking.params.bond_denom denom, the default is staking truth add-genesis-account $(truthcli keys show validator -a) 1000000000stake,1000000000validatortoken # Generate the transaction that creates your validator truth gentx --name validator # Add the generated bonding transaction to the genesis file truth collect-gentxs # Now its safe to start `truth` truth start
高级语言: Go
项目地址: git://github.com/ipxchain/ipxchain.git
创建时间: 2019-09-02T05:58:39Z
项目社区:https://github.com/ipxchain/ipxchain

开源协议:

下载