Greenfield Data marketplace is a data exchange platform where users can freely create, list, trade, and sell data assets, including digital publications, scientific experimental data, and specific domain data, or even NFT can be treated as a kind of data.
BNB Greenfield Data Marketplace
Clone the project and install dependencies:
> git clone https://github.com/bnb-chain/greenfield-data-marketplace-frontend.git
> cd greenfield-data-marketplace-frontend
> pnpm install
> cp .env.example .env.development.localmodify the value of REACT_APP_DAPP_NAME in the .env.development.local file, you can set it to the value you like:
REACT_APP_DAPP_NAME=${DAPP_NAME}
abd then run example:
> pnpm run startif you want to add dependency:
> pnpm i reactpublish to production environment:
> cp .env.example .env.productionyou also need to modify the value of REACT_APP_DAPP_NAME and PUBLIC_URL:
PUBLIC_URL=${PUBLIC_URL}
REACT_APP_DAPP_NAME=${DAPP_NAME}
then build example:
> pnpm run buildIf you want to output all the files to index.html so that they can be deployed on decentralized storage platforms, such as dCellar:
> pnpm run build:gffinally, you can see the output resources in the build directory
| Description |
|---|
| greenfield-data-marketplace-contracts |
| BNB greenfield official website |
| Guide to BNB Greenfield |
| Discord of BNB Greenfield |
| Forum of bnbchain |
| Guide to BNB Greenfield |
Look over CONTRIBUTING
Look over DISCLAIMER
The library is licensed under the GNU Lesser General Public License v3.0, also included in our repository in the LICENSE file.