A
Backend Blockchain Engineer
3mos
AARC, Mar 24' - Jun 24'
@aditya26sg
Aditya Singh
@aditya26sg
Blockchain developer
Blockchain developer
Mumbai, India
10
projects
10
5
prizes
5
20
hackathons
20
0
Hackathons org.
0
3,340
contributions in the last year
Nov
S
M
T
W
T
F
S
Oct
45
stars earned
76
repositories
59
followers
Real-time System monitoring Rust cli tool
Rust
14Stars
2Forks
Liquidity Pool AAVEv3 Simulation of major price change on protocol users
TypeScript
0Stars
0Forks
A rust implementation for a p2p data sharing for the nodes live on the same network
Rust
1Stars
1Forks
A Desktop app for writing. Currently under development
TypeScript
13Stars
0Forks
A
3 months
Mar 24' - Jun 24'
Worked on developing account abstraction tools for seamless authentication with web3 dapps using user web2 credentials such as email. Product is called Open Auth
A
M
S
I
A
3mos
AARC, Mar 24' - Jun 24'
M
1y 5mos
MetaWork Labs, Aug 22' - Feb 24'
S
1y 10mos
Setlor LLC, Sep 19' - Jul 21'
I
1mo
Indian Nuclear Society, Dec 18' - Jan 19'
B
Give answers to peer doubts and let others decide if you are worthy of the rewards from the doubt poster!
L
medium.com
You run `cargo build` on a large Rust codebase, something like compiling a blockchain node from source and saw your system freeze or face an out-of-memory error. I faced this issue when building Mina Protocol’s rust node on my 16GB machine and got me thinking what is happening in my machine during Rust compilation and can it be optimized for a successful build? Frozen machine…reaction on point This happens due to compiled languages like Rust can ask for substantial system resources during the build proce...
medium.com
I have been reading about rollup specs that help Ethereum scale. Always being curious about how do they execute transactions, and how does the finalization work with them, what about fees and all. Rollups such as Optimism and Arbitrum implement their own node service which includes some stuff like a sequencer, execution engine to execute transactions, and more. Here I am just going to give a high level study about workings of execution engines in rollups that I have understood after reading Optimism roll...
medium.com
Last weekend I worked on a problem statement to conduct a simulation of sudden price change on the AAVE v3 liquidity protocol and see how it affects the users in the market. This blog will take you through the project, understand some important concepts about blockchain core and defi, then show how you can create your own simulation scenarios in a blockchain state. First let’s understand some jargons. (I am not marketing anyone here) What is AAVE? You can find in the AAVE docs that it is a decentralized ...