The following node packages or their dependencies uses native libraries:
Please take care for the dependencies of the build tool node-gyp.
See Configuring Parity for the complete documentation.
See ./backend/config/defaults.json
for the default configuration and define your custom configuration in ./config.json
.
# install dependencies
$ npm install
# run setup for initial user, wallet and contracts (will skip for already existing ones)
$ npm run setup
# start server with hot reload at localhost:3000 (default configuration)
$ npm run dev
# install dependencies
$ NODE_ENV=production npm install
# run setup for initial user, wallet and contracts (will skip for already existing ones)
$ NODE_ENV=production npm run setup
# start server for production at localhost:3000 (default configuration)
$ NODE_ENV=production npm run start
See Blockchain OTC Market - Client
Credentials for the admin user created during setup:
Username: admin
Password: insecure!password
The password should be changed after login.
Initial user admin
(above) has to:
Users with Euro token can then buy Asset token, users with Asset token can sell them for Euro token.