Bitgert Blockchain Documentation
  • BRISE Chain Documentation
    • Getting Started
    • Become a validator
    • Contributing
    • BRISE Chain Explorers
    • Genesis File
    • Consensus
    • Introduction
  • Wallets
  • For Developers
    • Network Status Monitoring Guideline
    • Proxy Contract
    • Local Brise Chain Network
    • Deploy NFT
    • RPC
    • BRISE Chain Relayer
    • BRISE Chain Full Node Documentation
    • Wallet Providers
    • Verify Proxy Contract
    • Hardhat Verify
    • Truffle Verify
    • Deploy on Truffle
    • Deploy on Remix IDE
    • Smart Contract Tools
    • Create Wallet
Powered by GitBook
On this page
  • Wallet
  • Chain Explorer
  • REST API
  • Advanced Ways To Use Blockchain
  • Blockchain Details
  1. BRISE Chain Documentation

Getting Started

PreviousBRISE Chain DocumentationNextBecome a validator

Last updated 1 year ago

Wallet

The easiest way to use Brise Chain is through a wallet with support for Brise Chain accounts and transfers.

For example, BRISE provides a Web Wallet at BRISE also provides Web Wallet for testnet at Both provide the functions below:

  • Generating crypto keys and addresses, which serves as the base of a wallet

  • Showing the balances of assets on the addresses

  • Sending and receiving assets

Brise Chain Web Wallet also presents a trading UI similar to BRISE.com, where you can examine market data and manage your orders to trade among the listed assets. .

Chain Explorer

Chain Explorer provides a portal to explore blocks and transaction details. On Brise Chain Explorer, you can also check different asset types, the distribution of their ownerships, and owners' transactions.

REST API

There are Accelerated Nodes which provide advanced API services for the public.

Node RPC

There are data seed nodes in the network which allow users to perform low-level operations like executing ABCI queries, viewing network/consensus state or broadcasting a transaction.

Advanced Ways To Use Blockchain

Run your own full node

Please refer to this guide about how to run your own node.

Run your own light client

Please refer to this guide about how to run your own light client.

Access via Node Command Line Interface (CLI)

A Command Line Interface is available for Linux and Mac platforms.

Use SDKs

  • Create wallets and manage keys

  • Encode/sign transactions and submit to Brise Chain/DEX, including Transfer, New Order, Cancel Order, etc.

  • Communicate with Brise Chain/DEX Node RPC calls through public node RPC services or your own private full nodes

Please refer to specific SDK documentation for more information:

Blockchain Details

Please check the technical details for more technical information.

SDKs are also provided as a starting point for your apps. There are two advanced SDK solutions for Brise Chain: and . Both solutions provide functions for:

()

()

()

()

()

()

()

https://www.brisescan.com
https://testnet-explorer.brisescan.com
Java
Golang
Go
Documentation
Java
Documentation
Javascript
Documentation
C++
Documentation
C#
Documentation
Python
Documentation
Swift
Documentation