Skip to content

Off Chain Transaction Analytics(OCTA) system prototype is a proof of concept system that provides an off-chain transaction analytics system using Mina Snapps smart contracts

Notifications You must be signed in to change notification settings

octaborg/prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Off Chain Transaction Analytics(OCTA) system prototype is a proof of concept system that provides an off-chain transaction analytics system using Mina Snapps smart contracts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published