Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 470 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 470 Bytes

Research Playground on Ethereum and Cryptography

Repository aimed for internal use within OnGrid Systems team.

  • research on lightweight ECDSA authentication protocol
  • playground with Ethereum contracts in easy-to reproduce jupyter format

Install

  • Clone the repository
  • Install node and python dependencies
pipenv install
npm i
  • Run all together (node and jupyter notebook)
./start.sh
  • OR separately
pipenv run jupyter notebook