Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Latest commit

 

History

History
114 lines (58 loc) · 4.06 KB

README.md

File metadata and controls

114 lines (58 loc) · 4.06 KB

⛓📊🐍 blockchain science - python edition




my cryptography experiments


  • fixed-graph-py, generate zero-knowledge proof symbolic graphs:
    • in zkps we want to prove a statement where f evaluated at x_i results in (y_1,...,y_n), i.e., f(x_1, ..., x_n) = (y_1, ..., y_n). this can be expressed as a fixed computational graph, where relationships between nodes are related by operations such as multiplication or addition. in addition, some nodes can be related with an equality relationship on which the node's value is computed outside of the graph and constrained by a hint.



my trading bots and strategies


  • cointegration trading bots and CLI:
    • run highly customized trading bots with statistical algorithmic strategies such as cointegration. Include an option for docker deployment.



my jupyter notebooks










external resources