Web3 store
Overview I wrote and deployed a demo Web3 store using Solidity and ethers.js as a learning exercise. The original tools recommended by an older book web3.js, T...
Overview I wrote and deployed a demo Web3 store using Solidity and ethers.js as a learning exercise. The original tools recommended by an older book web3.js, T...
What is a proxy in Solidity? A proxy in Solidity is a design pattern used to enable contract upgradability. This is important because smart contract code is im...
Abstract Smart contract verification is the definitive proof of identity in the DeFi ecosystem, transforming opaque bytecode into trusted logic. However, the p...
1. Understanding the Note Contract Below is the code for the note contract we will be using for this tutorial. The note contract is a very simple proof‑of‑conc...
markdown !Cover image for LUMOS vs Codama: Understanding Solana's Schema Generation Toolshttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gra...
Environment Setup In this section, we will install the necessary tools and dependencies to begin working with Sui DeepBook. Bootstrapping the Boilerplate First...