header image
avatar

0xNelli

0xNelli

Fledging Security Researcher | Software Engineer | Onchain Enthusiast
Subscribe to 0xNelli
Receive the latest updates directly to yourĀ inbox.

ERC-165 Primer

Publisher
0xNelli
November 14
ERC-165 is an interface identification mechanism that enhances compossibility as contracts can determine whether a contract supports an interface at compile time.

Transparent Proxies & Upgradeability

Publisher
0xNelli
November 14
Smart contracts are immutable, therefore it is not possible to change the logic of a smart contract once it has been deployed. However, the ability to update code is often vital, whether to add new features or to patch critical bugs and defects. This is what the proxy pattern offers to developers, a means of updating code by introducing upgradeability to smart contracts.

ERC-1155 Primer

Publisher
0xNelli
November 14
The ERC-1155 standard specifies an interface that supports multiple tokens governed by a single contract. Additionally, tokens controlled by the contract can have different types of fungibility.

I built an Onchain App

Publisher
0xNelli
November 07
As a long-time onchain enthusiast who has been dabbling in DeFi and battling with Metamask since 2020; I have always marvelled at the premier onchain apps. Apps like AAVE and UniSwap are so clean and always iterating and improving. Furthermore and perhaps most importantly, in the most adversarial environment imaginable with billions of dollars at stake, these apps have never been exploited.

I built an Onchain App: Front-end - Part 1

Publisher
0xNelli
November 07
The code for the first stage of development explored in this article can be found here. Please use this to provide additional context in the event that any parts of this article are unclear. Additionally, if aspects of this article are unclear or do not follow best practices please let me on š•.