I am a software developer and have worked on a varied number of projects. I have also participated and won a few projects in ETHGlobal and ETHIndia hackathon tracks. For past couple years I have been interested in ethereum and blockchain projects and very much believe in the ethos and need of a decentralized neutral global computer and smart contracts for things that matter.
I have contributed a bit to the following projects:
ethers-rs- it is a rust library for interacting with ethereum and evm compatible blockchains.foundry- foundry is the successor and rust rewrite of thedapptoolsproject.
Currently, I am working on the following:
solidity-analyzer- A solidity LSP that integrates and provides better devex to foundry/dapptools projects written in rust.
Recents
-
Dynamic deploy time solidity immutables without constructor args
Posted on 2 mins
Oftentimes it is desirable to not have constructor args, or only to have static constructor args which could technically be replaced by using constants directly. -
neovim setup for solidity
Posted on 2 mins
It has been over 2.5 months now since the solidity-analyzer introduction post and the development has been slow after the burst of development after start. Next things to do for me onsolidity-analyzeris to add code navigation and… -
Introducing solidity-analyzer
Posted on 2 mins
I have been working on a new solidity LSP calledsolidity-analyzerfor a couple weeks now. It is written in rust and utilizesethers-solc,foundry-fmtandsolang-parser…