- royalty fee: nft contract field, implement registrar interface.
- protocol fee:
- permil:
- operationalFeePermil:
Install dependencies:
yarnRun the development server:
yarn devJust create with default settings
Edit scripts/start in package.json to change port.
- Deploy first time
yarn
yarn build
pm2 start npm --name "marketplace" -- start- Deploy new version
git pull
yarn
yarn build
pm2 restart marketplace