Skip to content

meta-flora/florachain-testnet

Repository files navigation

Flora-1 Testnet Source Code

This repository contains the source code for the Flora-1 testnet with CosmWasm support.

Building the Binary

git clone https://github.com/meta-flora/florachain-testnet.git
cd florachain-testnet
go build -o florachaind ./cmd/florachaind

Verification

# Check CosmWasm support
./florachaind query --help | grep wasm

# Verify build
sha256sum florachaind

Network Information

  • Chain ID: flora-1
  • CosmWasm: v0.60.1 with wasmvm v2.2.4
  • Network: Flora testnet

Getting Genesis

curl -s <RPC_ENDPOINT>/genesis | jq -r '.result.genesis' > genesis.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors