This repository contains the source code for the Flora-1 testnet with CosmWasm support.
git clone https://github.com/meta-flora/florachain-testnet.git
cd florachain-testnet
go build -o florachaind ./cmd/florachaind# Check CosmWasm support
./florachaind query --help | grep wasm
# Verify build
sha256sum florachaind- Chain ID: flora-1
- CosmWasm: v0.60.1 with wasmvm v2.2.4
- Network: Flora testnet
curl -s <RPC_ENDPOINT>/genesis | jq -r '.result.genesis' > genesis.json