cu-numcomp / portfolio

CSCI-3656 Spring 22 Portfolio
0 stars 0 forks source link

Finance Applications #1

Open szli6792 opened 2 years ago

szli6792 commented 2 years ago

What

I have been learning Solidity for deploying Ethereum smart contracts. I would like to optimize some sort of defi product and deploy it on an EVM blockchain. AMM's and order books interest me. It can be a front-end interface or tool as well.

Why

There's a lot of money in successful blockchain projects. Strong career boost.

Criteria

Find an application for something we covered in class that relates to a financial equation. (Start looking at whitepapers.) Produce working code. Produce meaningful code. Deploy on chain and start marketing to investors.

Timeline

by Szymon Ligas

jedbrown commented 2 years ago

Just a comment that direct cryptography and blockchain is discrete (rather than continuous math), but analysis or prediction of markets and human behavior generally relies on continuous math even though the data itself is discrete.

I'd also mention that reversing a hash is a sort of rootfinding problem in which the function is deliberately created to be as nasty as possible. Differential cryptography is related to continuous techniques and exposed weaknesses in legacy hash functions.