Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 867 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 867 Bytes

Simple off-chain server

Simple offchain server for local use. The primarely goal is to keep track of fauceted user for Bet application. Should be completed when getAction() and fetchEvents() will work on Berkeley.

Note: For now, it is unsecury and unreliable.

What is the goal?

Create an off-chain server that will interact with smart contracts, call roll up methods (methods with reducer which will send events and update on-chain state), and store data coming from events.

How to build

tsc && node ./build/src/offchainStorage.js

All repository locations:

License

Apache-2.0