Skip to content

consensolabs/syndlend-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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