Categorygithub.com/warp-contracts/sequencer
module
0.0.89
Repository: https://github.com/warp-contracts/sequencer.git
Documentation: pkg.go.dev

# README

Warp's sequencer

sequencer is a blockchain used for sequencing Warp interactions.

Local development

For local development you can use the usual ignite chain serve or a preconfigured local network of 3 nodes started with:

# Start the network
make docker-run

# Verify 3 validators are running
curl http://localhost:1317/cosmos/staking/v1beta1/validators 

# Check the status of each node
./bin/sequencer status
./bin/sequencer status --node tcp://localhost:26667
./bin/sequencer status --node tcp://localhost:26677

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author