Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Latest commit

 

History

History
53 lines (33 loc) · 2.07 KB

README.md

File metadata and controls

53 lines (33 loc) · 2.07 KB

This repo is out of maintenance and decommissioned.

BNB Beacon Chain Tool Box

Airdrop

Disclaimer: Airdrop is very error prone and can cause big financial loss. Please do test it on testnet and use it carefully.

Installation

We have a installer script (install.sh) that takes care of chain directory setup. This uses the following defaults:

  • Home folder in ~/.bairdrop
  • Client executables stored in /usr/local/bin (i.e. bairdrop or tbairdrop)
# One-line install
sh <(wget -qO- https://raw.githubusercontent.com/bnb-chain/chain-tooling/airdrop/install.sh)

Note that we have two different binaries: bairdrop is used for mainnet and tbairdrop for testnet.

How to Use

Token APP

Disclaimer: When you try to issue asset on BNB Beacon Chain, you should be extra careful with your command. It is recommended to use a hardware wallet to sign your transactions. Please do test it on testnet and use it carefully.

⛔ [DEPRECATED] Active at https://github.com/bnb-chain/chain-tooling/token-app

👉Please follow the latest guideline on how to manage your BEP2 tokens and submit listing proposals:

Balance Dumper

Installation

We have a installer script (install.sh) that takes care of chain directory setup. This uses the following defaults:

  • Home folder in ~/.bdumper
  • Client executables stored in /usr/local/bin (i.e. bdumper or tbdumper)
# One-line install
sh <(wget -qO- https://raw.githubusercontent.com/bnb-chain/chain-tooling/airdrop/install.sh)

Note that we have two different binaries: bdumper is used for mainnet and tbdumper for testnet.

How to Use