bnb-chain / greenfield-js-sdk

JS SDK for Greenfield
https://docs.bnbchain.org/greenfield-js-sdk/
GNU General Public License v3.0
27 stars 16 forks source link
blockchain greenfield sdk

GreenField JS SDK License version

A Greenfield JS SDK is an easy-to-use tool designed to help developers build decentralized applications (DApps) on the Greenfield blockchain using JavaScript. It provides a simple and straightforward starting point for developers to create DApps with the latest technology and best practices, making Dapp development more efficient. This SDK includes features and tools to make interacting with the Greenfield blockchain easy, such as libraries for common functionality, testing tools, and documentation. With a Greenfield JS SDK, developers can create scalable, maintainable, and efficient DApps for a variety of use cases.

Documentation

You can find some package documentation below:

Package Description Version
@bnb-chain/greenfield-js-sdk A client library for Greenfield Chain npm
@bnb-chain/reed-solomon calculate file's checksums npm
@bnb-chain/create-gnfd-app Create Greenfield App Quickly npm
@bnb-chain/bsc-cross-greenfield-sdk Execute tx in BSC npm

Quick Start

You can use create-gnfd-app to create a app quickly.

> npx @bnb-chain/create-gnfd-app

quick start example

Supported JS environments

  1. Modern browsers (Chromium, Firefox, Safari)
  2. Browser extensions (Chromium, Firefox)
  3. Nodejs

Contribution

  1. install dependencies
> pnpm install
  1. Build packages:
> pnpm -F "@bnb-chain/**" build

Look over CONTRIBUTING

Disclaimer

Look over DISCLAIMER

License

The library is licensed under the GNU Lesser General Public License v3.0, also included in our repository in the LICENSE file.