Run Flux Stack
Run Flux network on your machine
These commands will download docker images and spin up a full-fledged Flux network including Fluxd
and Indexer
services.
# start network
cd flux-network/deployment/local
./start.sh
# check containers health
docker ps
Explore Fluxd Swagger API at http://lcd.localhost/swagger/.
Connect to Astromesh Frontend
Open browser and go to https://app.astromesh.xyz.
Click Network dropdown on top right corner and switch to Localhost
. If your local Flux stack is running well, you should be connected swiftly.
Click Connect Wallet > Select Metamask > Select existing account & generate new one.
Go to Built-in > Faucet > Request to claim your daily drops including LUX and USDT.
Send your 1st transaction using sdk-go
# sign and send transaction
cd sdk-go
yes 12345678 | go run examples/chain/1_MsgSendProto/example.go
Verify balance on Astromesh Frontend
Go to Portfolio > Cosmos > Check your balance.