Initialize the Blockchain
Install Starport
curl <https://get.starport.network/starport@v0.16.2>! | bashCreate the Blockchain
starport scaffold chain github.com/username/interchange --no-module
cd interchangeCreate the Module
starport scaffold module ibcdex --ibc --ordering unorderedCreate the Transaction Types
starport scaffold map sellOrderBook amountDenom priceDenom --no-message --module ibcdex
starport scaffold map buyOrderBook amountDenom priceDenom --no-message --module ibcdexCreate the IBC Packets
Cancel messages
Trace the Denom
Create the Configuration
Last updated