https://github.com/bnb-chain/awesome
A curated list of awesome projects in BNB Chain ecosystem
https://github.com/bnb-chain/awesome
List: awesome
bnb bsc
Last synced: 4 months ago
JSON representation
A curated list of awesome projects in BNB Chain ecosystem
- Host: GitHub
- URL: https://github.com/bnb-chain/awesome
- Owner: bnb-chain
- License: cc0-1.0
- Created: 2020-03-03T07:46:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-26T14:54:20.000Z (over 1 year ago)
- Last Synced: 2024-05-21T09:09:35.033Z (about 1 year ago)
- Topics: bnb, bsc
- Homepage:
- Size: 22.5 KB
- Stars: 48
- Watchers: 14
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- ultimate-awesome - awesome - A curated list of awesome projects in BNB Chain ecosystem. (Other Lists / Julia Lists)
README
# Awesome BNB Chain
A curated list of awesome projects in BNB Chain Ecosystem.
Inspired by [awesome-python](https://github.com/vinta/awesome-python/).
- [BNB Smart Chain](#bnb-smart-chain)
* [SDK](#sdk)
* [Tools](#tools)
* [Analytics](#analytics)
- [BNB Beacon Chain](#bnb-beacon-chain)
* [Tools](#tools-1)
* [Analytics](#analytics-1)
* [Documentation](#documentation)
- [BNB Greenfield Chain](#bnb-greenfield-chain)
* [SDK](#sdk-1)## BNB Smart Chain
### SDK
* [use wallet BSC Connector](https://github.com/aragon/use-wallet/tree/master/examples)
* [BNBSmartChain iOS SDK](https://github.com/centerprime/BinanceSmartChain-iOS-SDK) - BNBSmartChain iOS SDK
* [BNBSmartChain iOS SDK Example](https://github.com/centerprime/BinanceSmartChain-iOS-Wallet-Sample)
### Tools
* [truffle-plugin-verify](https://github.com/rkalis/truffle-plugin-verify)
* [yieldwatch](https://yieldwatch.net/) Track your Yield Farming and Liquidity Pool performance on BNB Smart Chain.
* [BSC Ecosystem](https://github.com/bnb-chain/bsc-ecosystem)### Analytics
* [Defistation](https://www.defistation.io/)
* [Bitquery](https://bitquery.io/blog/binance-smart-chain-api)
* [DeBank](https://debank.com/projects?type=bsc)## BNB Beacon Chain
### Tools
* [Beptools](https://beptools.org/) - an open-source tool for multisend and freeze tokens
* [BNB Beacon Chain subgraph](https://github.com/proxima-one/binance-chain-subgraph) - Proxima releases client for faster data queries
* [BNBEscrow](https://gitlab.com/canyacoin/canwork/bepescrow) - A stateless escrow service for BEP2 assets on BNB Beacon Chain.
* [smartBNB](https://github.com/safudex/smartbnb): A cross-chain bridge between NEO and BNB Beacon Chain that enables smart contracts for BEP2 assets
* [Minstscan - BNB Beacon Chain Explorer](https://binance.mintscan.io/) - A fast explorer for the BNB Beacon Chain### Analytics
* [DuneAnalytics](https://explore.duneanalytics.com/public/dashboards/orYVVlec8ZaUrLr9yfDW0eyAZKMYt06Uab7qDPlx) - BNB Beacon Chain data analytics platform
* [Bloxy](https://stat.bloxy.info/superset/dashboard/binance/?standalone=true) - One stand data source for understanding BNB Beacon Chain DEX
* [Bitquery](https://explorer.bitquery.io/binance) - GraphQL explorer of BNB Beacon Chain data### Documentation
* [JavaScript Tutorial](https://docs.beptools.org/) - JS-SDK tutorial
## BNB Greenfield Chain
### SDK
* [Greenfield SDK Proto](https://github.com/KRakenoZavr/greenfield-sdk-rust-v2.git) - Rust crate for interacting with Protobufs defined by the greenfield SDK.