Ostracon is forked from Tendermint Core at 2021-03-15.
Node: Requires Go 1.18+
Warnings: Initial development is in progress, but there has not yet been a stable.
git clone https://github.com/line/ostracon.git
# or
git clone [email protected]:line/ostracon.gitgit clone --recursive https://github.com/line/ostracon.git
# or
git clone --recursive [email protected]:line/ostracon.gitgit submodule update --init --recursiveBuild
make build # go help build
make install # go help installRun
ostracon init
ostracon node --proxy_app=kvstore # Run a nodeBefore running it, don't forget to cleanup the old files:
# Clear the build folder
rm -rf ~/.ostraconVisit with your browser
- Node: http://localhost:26657/
Build Docker Image
(optionally) Build the linux binary for localnode in ./build
make build-localnode(optionally) Build ostracon/localnode image
make build-localnode-dockerRun localnet
To start 4 nodes
make localnet-startBefore running it, don't forget to cleanup the old files
rm -rf ./build/node*Visit with your browser
- Node: http://localhost:26657/
Build Docker Image
Build the linux binary
make build-linux-dockerRun a linux docker node
To start a linux node
make standalone-linux-dockerVisit with your browser
- Node: http://localhost:26657/