This is forked from Tendermint Core v0.34.9.
Reapchain Core is forked from Tendermint Core v0.34.9 on 2021-07-16. And we synced up with Tendermint-v0.34.20 on 2023-04-07.
Please do not depend on main
as your production branch. Use releases instead.
Requirement | Notes |
---|---|
Go version | Go1.18 or higher |
git clone https://github.com/reapchain/reapchain-core.git
make build
make install
podc version
cd localnet
# ./launch_local_testnet.sh [NUMBER_OF_STANDING] [NUMBER_OF_STEERING_CANDIDATE] [DIRECTORY]
./launch_local_testnet.sh 2 1 local-testnet
ps -ef | grep podc
tail -f ./local-testnet/logs/standing0_log.log
Benchmarking is provided by tm-load-test
.
Additional tooling can be found in /docs/tools.
- Cosmos SDK; a cryptocurrency application framework
- Ethermint; Ethereum on Reapchain Core