@crypto-dev/pasar-sdk-development
Version:
PasarProtocol NFT Marketplace SDK
51 lines (28 loc) • 1.32 kB
Markdown
Pasar SDK
==========
Pasar is open-sourced, community-centric, and one of the first truly **Web3.0 decentralized** marketplace (***DeMKT***) for exchanging data and Non-fungible Tokens (NFTs) on Elastos ESC. **Pasar SDK** is the set of service APIs provided from Pasar platform and can be integrated into any NFT project website.
### Components
`Pasar SDK` contains a package of libraries to be integrated into third-party applications, which would be made up of three layers:
- List NFT for selling on Pasar marketplace
- List the `owned` / `listed`/ `created`/ `sold` NFTs of any user
- List the `owned` collection of specific user
## Build
Prepared that `nodejs`need to be installed on your local device, then clone the repository with the commands:
```
$ git clone https://github.com/pasarprotocol/PasarSDK
$ cd PasarSDK
```
Then run the commands below to build sdk
```
$ npm install
$ npm build
```
## Contribution
Any contributions to this project would be highly appreciated, including
- building docs
- report bug and bugfix
- Suggestion or advices
The contribution acitivities can be either by creating an issue or pushing a pull request.
##
## License
This project is licensed under the terms of the [MIT license](https://github.com/pasarprotocol/PasarSDK/blob/master/LICENSE).