Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.53 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.53 KB

SyndLend client web application

version docs Contributors Follow

The web app will communicate with the CorDapp built using https://github.com/koshikraj/loan-syndication. It is a private project for now. You can use the this RPC end point or downloan and run the corda nodes locally from this Jenkins artifacts.

The front-end application must be deployed by every SyndLend entity so that they can communicate with the Corda nodes. Clone the source code from the GitHub repository.

Quick Start

git clone https://github.com/consensolabs/syndlend-client

Install the node dependencies.

yarn install

Run the app in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn start

Finally, the build for the production can also be generated

yarn build