A demo client application that invokes a smart clause hosted on Clause Hub. This app uses the Milestone Payment template.
- Download this repository.
You can either download the latest release archive or if you have git installed simply git clone the repository:
git clone https://github.com/clauseHQ/milestone-payment-dashboard.git
- Install the dependencies.
You need NPM and Node run this app. You can download both from here.
npm install
- Start the app.
npm start
You should see the following output.
mattmbp:milestone-payment-dashboard matt$ npm start
> milestone-payment-dashboard@0.0.1 start /Users/matt/dev/clauseHQ/fragile-goods-app
> node app.js
App running at http://localhost:3000
-
Open http://localhost:3000 in your browser.
-
Create an instance of the Fragile Goods clause in your Clause Hub account.
In the template libary choose the milestone payment template.
Click Create Contract.
Then switch to the Connections tab.
-
Paste in your execution URL from Clause Hub into the
Execution URLfield in the demo app. -
Click on "approve milestone" buttons to approve the respective milestones.
© Copyright 2018, Clause Inc.
