/greenfield-data-marketplace-frontend

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.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Greenfield Marketplace

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.

Demo link

BNB Greenfield Data Marketplace

Start the project

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.local

modify 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 start

if you want to add dependency:

> pnpm i react

Publish the project

publish to production environment:

> cp .env.example .env.production

you 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 build

If 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:gf

finally, you can see the output resources in the build directory

Documentation

Description
greenfield-data-marketplace-contracts
BNB greenfield official website
Guide to BNB Greenfield
Discord of BNB Greenfield
Forum of bnbchain
Guide to BNB Greenfield

Contribution

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.