Aditya (@adityamandal_) 's Twitter Profile
Aditya

@adityamandal_

20 | Web Dev & Blockchain 🦀 I use arch btw.
High on Solana development

ID: 1500487412027650053

linkhttps://github.com/Aditya-1304 calendar_today06-03-2022 15:04:30

3,3K Tweet

775 Takipçi

369 Takip Edilen

mohit (@mohitwt_) 's Twitter Profile Photo

THIS SHIT IS SO BEAUTIFUL 😭 > my neural network i made from scratch is connected with the my autograd is LEARNING after each EPOCH in MNIST dataset. > you can see it getting better and better predictions after each epoch, this is not fully done btw, just a first few tests but

Aditya (@adityamandal_) 's Twitter Profile Photo

I am back after a week of break I was a lil sick + didn't feel like doing anything Have midterms from Wednesday Still don't feel like doing anything today Will try to get back on track from tomorrow (hopefully)

Aditya (@adityamandal_) 's Twitter Profile Photo

Writing tests for a Solana SC Faced a silly issue To generate a mint, we need to pass a payer and authority, both are of type Signer and instead of sending the whole keypair object, I was only sending the publickey which was giving undefined At last it worked as intended

Writing tests for a Solana SC 
Faced a silly issue

To generate a mint, we need to pass a payer and authority, both are of type Signer
and instead of sending the whole keypair object, I was only sending the publickey
which was giving undefined 

At last it worked as intended
Aditya (@adityamandal_) 's Twitter Profile Photo

Learned few intresting concepts today Zk (Zero knowledge) Protocol Zk-Proofs, Zk-SNARKs, Zk-STARKs, Circom, and Zk-Circuits Also learned how a on-chain prediction market works (Polymarket, which runs on polygon L2 chain) Interesting stuff will deep dive more into it

Aditya (@adityamandal_) 's Twitter Profile Photo

Also got to know about Logarithmic Market Scoring Rule (LMSR) AMM Which uses this formula to balance the liquidity pool Cost = b * ln( Σ e^(qi / b) ) b: liquidity parameter qi: number of shares currently in circulation e: base of natural logarithm. ln: natural logarithm Σ: sum

Aditya (@adityamandal_) 's Twitter Profile Photo

Read the Solana Whitepaper today It covers 4 main concepts 1) Proof of History 2) Proof of Stake Consensus 3) Proof of Replication 4) System Architecture of Solana It's a good read, only 32 pages give it a go if you are a Solana developer

Read the Solana Whitepaper today
It covers 4 main concepts 
1) Proof of History 
2) Proof of Stake Consensus
3) Proof of Replication
4) System Architecture of Solana

It's a good read, only 32 pages 
give it a go if you are a Solana developer