Skip to content

Monetha: Decentralized Payment Layer (Contracts)

License

Notifications You must be signed in to change notification settings

monetha/payment-contracts

Repository files navigation

payment-contracts Build Status

Building the source

Prerequisites

  1. Make sure you have Git installed.
  2. Install Node.js or use node in docker by running the following command from the project directory:
    $ docker run -it --rm -v "$PWD":/project -w /project node:9.11.2 /bin/bash

Build and test

Install dependencies:

npm install

Compile contracts:

npm run compile

Run the tests:

npm run automate-test

Releases

No releases published

Packages

No packages published