Skip to content

bnb-chain/mindpress-data-marketplace

Repository files navigation

MindPress Data Marketplace Frontend

MindPress Data Marketplace is a data exchange platform where users can freely upload, list, sell and buy images.

Start the project

Clone the project and install dependencies:

> git clone git@github.com:bnb-chain/mindpress-marketplace.git
> cd mindpress-marketplace
> 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

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.