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...
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...

TL;DR: Zero-knowledge proofs are a way to cryptographically prove a statement is true without revealing the statement itself Mina is a Layer 1 blockchain focused on zero-knowledge. It remains at a constant size of 22KB by using recursive zk-SNARKs S...

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 ...

This is a post for anyone interested in the crypto/web3 ecosystem. Crypto is more than stocks that you can buy and sell. If you want to learn more, you should start by getting hands-on & using the tools that are available today. 👩💻 After becoming ...

Smart Contract Vulnerabilities with The Ethernaut Challenges - Part#1
