DeFund Finance
Search
K

Launch Dev Chain

To develop locally, you can use a few simple commands to get launched locally and start building.

Start Up

git clone https://github.com/defund-labs/defund
cd defund
make install
# starts a local defund chain and sets up local osmosisd keys
make init
# Starts the Hermes relayer for ICA and IBC
make start-hermes
# creates connection with Osmosis testnet and starts ts-relayer for interquerying, WASM and ICA
make start-rly

Shut Down

make kill-dev
Last modified 10mo ago