kylix v1.0.0
NFT-marketplace-contract
Pandora NFT marketplace contract used at Pandora Dapp. Details and readme are coming soon.
Contributing :raising_hand_woman:
We highly encourage participation from the community to help shape the development of Pandora. If you are interested in contributing or have any questions, please create an issue or ping us on telegram.
We use Yarn as a dependency manager and Truffle as a development environment for compiling, testing, and deploying our contracts. The contracts were written in Solidity.
Requirements
- yarn >=1.17.3
- truffle >= 5.0.35
- solidity 0.5.11
Pre Requisites
Make sure you are using Yarn >=1.17.3 To install using homebrew:
$ brew install yarnThen install dependencies:
$ yarn installWatch
To re-build all packages on change:
$ yarn watchClean
To clean all packages:
$ yarn cleanLint
To lint all packages:
$ yarn lintPrettier
To run prettier on all packages:
$ yarn prettierPrettier cannot be run on individual packages.
Test
To run all tests:
$ yarn testDocs
Detail about marketplace can be found at
5 years ago