L
Blckchain developer
2y 10mos
LamprosTech, Jul 22' - Present
@sarvagna13
Sarvagna Kadiya
@sarvagna13
Blockchain dev, working on smart contracts and ai agents
Blockchain dev, working on smart contracts and ai agents
Blckchain developer, LamprosTech
Ahmedabad, India
10
projects
10
2
prizes
2
7
hackathons
7
0
Hackathons org.
0
L
2 years 10 months
Jul 22' - Present
I working at lamprosTech Labs as Blockchain developer
L
2y 10mos
LamprosTech, Jul 22' - Present
A terminal developer dashboard for superfluid CFA(constant flow agreement) contract.
Empowering Web3 Explorers: Where DAOs Meet, Minds Unite, and Knowledge Blossoms – Join the Huddle01 Revolution in DAO Education!
medium.com
Photo by Lachlan on Unsplash In the realm of cryptography, two essential ingredients play a vital role in enhancing the security of hashed data: salt and pepper. These cryptographic techniques are widely used to protect sensitive information, such as passwords and messages, from unauthorized access and attacks. In this article, we’ll delve into what salt and pepper are, how they differ, and their significance in blockchain technology. Understanding Salt and Salting: Salt is a random value that is added t...
medium.com
Solidity Evolution: Understanding ‘external’ vs ‘public’ & ‘calldata’ vs ‘memory’ Efficiency Across Versions Solidity, the programming language for Ethereum smart contracts, provides various visibility modifiers for functions, including `external` and `public`, along with `internal` and `private`. Each modifier determines how a function can be accessed and how it interacts with the contract’s state. Modifiers Overview: - `external`: Functions can only be called from outside the contract, i.e., by other c...
medium.com
Introduction: Have you ever encountered a situation where you needed to use different versions of the same npm package within a single project? This can be a common requirement, especially when transitioning between major versions of a library or when integrating with dependencies that require specific versions. In this article, we’ll explore a practical solution to this problem and discuss its use case. Problem Statement: Imagine you’re working on a project that relies on two different versions of the e...