- royalty fee: nft contract field, implement registrar interface.
- protocol fee:
- permil:
- operationalFeePermil:
Install dependencies:
yarn
Run the development server:
yarn dev
Just 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