MindPress Data Marketplace is a data exchange platform where users can freely upload, list, sell and buy images.
Clone the project and install dependencies:
> git clone [email protected]:bnb-chain/mindpress-marketplace.git
> cd mindpress-marketplace
> 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 startpublish 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.