#ethereum
Read more stories on Hashnode
Articles with this tag
A Dive into the Fuel dApp Template: Built using NextJS, TypeScript, Tailwind CSS, Forc and Sway · Co-authored by Eda and Carlos We built a Fuel dApp...
Different token standards can be used to create NFTs on the Ethereum blockchain. For example, ERC-721 is for unique assets like art and collectibles....
TL;DR: Modular Blockchains present a new design by decoupling the core functions of blockchains into distinct modules. Each module is specialized for...
Foundry is easy to use and has added benefits over other smart contract development frameworks. First it's VERY fast. Secondly, where Foundry...
TL;DR: StarkNet is a permissionless decentralized ZK-Rollup enabling Ethereum to scale via cryptographic protocols. STARKs are a proof system used &...
Key Security Takeaways: Do NOT use tx.origin for authorization Be careful with using direct mathematical operations Be VERY careful when using...