Alex Kit
Alex Kit

Alex Kit

Follow
homebadges
Tag

Ethereum

#ethereum

More content

Read more stories on Hashnode


Articles with this tag

Ethereum: Autogenerated TypeScript classes to read and write* contract's private state variables

Jun 13, 20235 min read

* to write in the local and forked development network In the previous article, we looked into how the EVM storage is arranged and how we can access...

Ethereum: Autogenerated TypeScript classes to read and write* contract's private state variables

Ethereum: Simple deep-dive into EVM Storage.

Apr 11, 202311 min read

One of the greatest features of Web3 is the Open Data Principle. The Data doesn't belong just to companies, governments, groups, and individuals - it...

Ethereum: Simple deep-dive into EVM Storage.

Ethereum: 2FA or Multi-Factor Authentication for transactions

Jul 17, 20226 min read

A multi-signature account as middleware between you and the dApps · Let's discuss security again and why you should move to a multi-signature account,...

Ethereum: 2FA or Multi-Factor Authentication for transactions

Ethereum: Get token price at a specific block number (onchain)

Mar 27, 20226 min read

After trying to answer the question at stackexchange I've decided to write this short article, as the topic is indeed quite interesting. 1. Archive...

Ethereum: Get token price at a specific block number (onchain)