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,220
contributions in the last year
Dec
S
M
T
W
T
F
S
Nov
50
stars earned
78
repositories
57
followers
Real-time System monitoring and Web3 ops Rust cli tool
Rust
17Stars
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
Precompile is like a cheese, optimized, does 1 thing and ready to use Precompiles are predefined smart contracts that have a special address and provide specific functionality which is not executed at the EVM bytecode level but natively by the client. Like this guy, a precompile does only 1 thing really good They are primarily used to add specific functions that would be computationally expensive if executed in the EVM bytecode. They also serve a purpose to facilitate the interaction between a parent cha...
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...