Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 603 Bytes

Readme.md

File metadata and controls

27 lines (20 loc) · 603 Bytes

OCTA Prototype

This is a prototype built according to the design explained here.

Running the Prototype Locally

  1. First clone the following repo and build.
cd ../../
git clone git@github.com:octaborg/octa-types.git
npm install
npm run build
  1. Now back inside the lendapp, run the UI server.
npm install && npm run build
npm run serve
  1. Then run the transaction-data-repository by running the following inside that directory.
npm install && npm run dev

Now you should be able to interact with the UI.