Building Decentralized Applications on Fuel
A Dive into the Fuel dApp Template: Built using NextJS, TypeScript, Tailwind CSS, Forc and Sway

Search for a command to run...
Articles tagged with #ethereum
A Dive into the Fuel dApp Template: Built using NextJS, TypeScript, Tailwind CSS, Forc and Sway

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. While ERC-1155 makes it possible to have both unique and fungible tokens in a single contract alongs...

TL;DR: Modular Blockchains present a new design by decoupling the core functions of blockchains into distinct modules. Each module is specialized for the function they provide allowing for more customization and better performance. Fuel is building...

Foundry is easy to use and has added benefits over other smart contract development frameworks. First it's VERY fast. Secondly, where Foundry especially makes a difference is for testing. You can write tests in Solidity, which streamlines the testing...

TL;DR: StarkNet is a permissionless decentralized ZK-Rollup enabling Ethereum to scale via cryptographic protocols. STARKs are a proof system used & created by StarkWare. STARKs have an important role in blockchain scalability and used in StarkNet....

Key Security Takeaways: Do NOT use tx.origin for authorization Be careful with using direct mathematical operations Be VERY careful when using deletgatecall. You are essentially trusting the functions of the called contract. Beware & careful with ...
