Skip to content

IPXChain 项目主要定位于解决大型生态化区块链网络的互联互通、跨链通信问题,从而构建区块链网络时代的骨干区块链网络。1.正确安装和配置go。 2.下载ipxchain代码。 git clone -b <latest-release-tag> 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 …

ipxchain/ipxchain

Repository files navigation

ipxchain

IPXChain 项目主要定位于解决大型生态化区块链网络的互联互通、跨链通信问题,从而构建区块链网络时代的骨干区块链网络。1.正确安装和配置go。 2.下载ipxchain代码。 git clone -b <latest-release-tag> 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

About

IPXChain 项目主要定位于解决大型生态化区块链网络的互联互通、跨链通信问题,从而构建区块链网络时代的骨干区块链网络。1.正确安装和配置go。 2.下载ipxchain代码。 git clone -b <latest-release-tag> 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 …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages