Skip to content

bze-alphateam/bze

Repository files navigation

BeeZee (BZE)

A blockchain governed by the community built on top of Cosmos SDK. BZE moved to Cosmos from Zcash codebase in 2022 with the help of the community.

Official accounts and links:

Official website
Official Twitter account
Official Medium

Wallets:

Vidulum App
Keplr Browser Extension

Explorers:

https://exporer.getbze.com/beezee
https://ping.pub/beezee
https://explorer.erialos.me/beezee
https://explorers.vidulum.app/beezee

Trading:

Osmosis Pool
Dex tracker
LiveCoinWatch
CoinGeko

Resources:

Configs & Utils
⚠️ Use Chain-assets repo to get details needed to run a node.⚠️
Cosmos Chain-assets
Graphics

Genesis files:

Mainnet (beezee-1)
Testnet (bzetestnet-2)

IBC:

BZE - Osmosis:

BZE: channel-0
Osmosis: channel-340

Building from source

Checkout to the branch/tag you want to build

git checkout v6.1.0

Build binaries:

make build-all
This will build binaries for all supported platforms and compress them in ./build directory

Build for specific platform:

make build-linux This will build the binary for linux amd64 - check Makefile for more details and platforms