Pasar is open-sourced, community-centric, and one of the first truly Web3 decentralized marketplaces (DeMKT) for exchanging data and Non-fungible Tokens (NFTs) on Elastos ESC. Meantime, Pasar also is aiming to be the marketplace with reputation system by holding badges of verifiable credentials (Verfiable Credentials, VC) to help users assess the value of trading data.
Check Pasar docs to know more.
Pasar has been evolved from being a side feature in FeedsNetwork into a fully standalone platform with the list of following features:
- Pasar Explorer
- Pasar classic market with only Feeds FSTK Sticker collection
- Pasar classic market integrated onto Elabox
- Pasar V2 DeMKT with dedicated collections and auction supported
- ERC20-token as pricing tokens
- KYC-ed credential integrated
- Pasar on Multi-chains, such as Ethereum and FUSION network
- Pasar tokenomics (Mining rewards)
- Decentralized reporting system
- Basic decentralized reputation system
- Feeds channel integration
- Pasar on cross-chains.
- Pasar DAO
Prepared that nodejs
need to be installed on your local device, then clone the repository with the commands:
$ git clone https://github.com/PasarProtocol/PasarDWebApp
$ cd PasarDWebApp
Run the command to build application:
$ npm install
$ npm start
Then run the command above to start running the app in developement
mode, and then open http://localhost:3000 to view it in your browser.
Notice: The page will reload when you make changes, and you may also see any lint errors in the console
$ npm run build
Builds the app for production to the build
folder. It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes. Your app is ready to be deployed!
Notice: You also can choose to use yarn
command to build or deploy the web application instead of using npm
package tools.
Any contributions to this project would be highly appreciated, including
- Building docs
- Report bug and bugfix
- UI/UX improvement
- Suggestion or advices
The contribution acitivities can be either by creating an issue or pushing a pull request.
This project is licensed under the terms of the MIT license.