-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstarport.sh
More file actions
1 lines (1 loc) · 1.02 KB
/
starport.sh
File metadata and controls
1 lines (1 loc) · 1.02 KB
1
starport scaffold chain github.com/interchained/interchange --no-module && cd interchange && starport scaffold module ibcdex --ibc --ordering unordered && starport scaffold map sellOrderBook amountDenom priceDenom --no-message --module ibcdex && starport scaffold map buyOrderBook amountDenom priceDenom --no-message --module ibcdex && starport scaffold packet createPair sourceDenom targetDenom --module ibcdex && starport scaffold packet sellOrder amountDenom amount:int priceDenom price:int --ack remainingAmount:int,gain:int --module ibcdex && starport scaffold packet buyOrder amountDenom amount:int priceDenom price:int --ack remainingAmount:int,purchase:int --module ibcdex && starport scaffold message cancel-sell-order port channel amountDenom priceDenom orderID:int --desc "Cancel a sell order" --module ibcdex && starport scaffold message cancel-buy-order port channel amountDenom priceDenom orderID:int --desc "Cancel a buy order" --module ibcdex && starport scaffold map denomTrace port channel origin --no-message --module ibcdex