We would like to extend our heartfelt thanks to the sponsors making this project possible:
Optionally, you can configure npm to install without superuser permissions.
# Install the server
npm install -g @wallet-test-framework/framework
# Run the server
wtfd
To install the dependencies:
npm install --include=dev
To compile the TypeScript into JavaScript and create the relevant bundles:
npm run build
Before creating a pull request, please make sure to run:
npm test
After building, you can run the web server with:
node dist/server/index.js