Temporal Zone is a blockchain built using Cosmos SDK and Tendermint and created with Ignite CLI.
compound
Compounds the native staking token.
record
Keeps track of when someone staked and how much.
Install gcc & make
Install go
Optional Installs:
docker - if you plan on adding or updating protos
rustc & hermes - if you want to run two local networks
On first run you might need to add the following go path to your $HOME/.profile:
export PATH=$PATH:/usr/local/go/bin:~/go/bin/
Build the binary:
make install
Start the chain:
temporald start
Install Ignite
From the root of the temporal directory run:
ignite chain serve -v
serve
command installs dependencies, builds, initializes, and starts your blockchain in development.
Various parameters can be configured with config.yml
. To learn more, see the Ignite Config docs.
Thank you to the following projects for inspiration, code and helping us get started:
Osmosis
Stride
Mars Hub