/npm-market

Market Contract for npm

Primary LanguageTypeScriptMozilla Public License 2.0MPL-2.0

npm market code style code style: prettier

npm Market Contracts for Dev Protocol

How to developing

First, fork this repository.

Then executing the following command will compile each contract.

git clone git@github.com:YOUR_NAMESPACE/npm-market.git
cd npm-market
npm i
npm run generate

run the following command to test each contract.

npm test

How to develop included server

Require always following command.

cd serve

Then executing the following command will compile each file.

npm run build

Open a new console and execute the following command to starting a local server.

npm start