BuildBearbuildbear.hashnode.dev·Nov 28, 2024FeaturedThe Ultimate Guide to Web3.py for DevelopersFor Python developers looking to interact with Ethereum, web3.py is the go-to library. This guide shows you how to use web3.py with BuildBear RPC to test, deploy, and manage dApps effortlessly within a realistic testing environment. We’ll also demons...18 likes·87 readsWeb3
KHADIJAHkhadeeejah.hashnode.dev·Jul 21, 2024Move BasicsIntroduction What is Move? Move is a next-generation programming language designed for secure, sandboxed, and formally verified smart contract development. It is used across multiple blockchain platforms, including Aptos, and offers robust security f...45 readsWeb3 movelang
BuildBearbuildbear.hashnode.dev·May 28, 2024Introducing Sourcify Plugin: Streamline Contract Verification on BuildBear SandboxesWe are excited to announce that the BuildBear sandbox now supports Sourcify, enhancing the verification capabilities within the platform. This integration empowers BuildBear Users to conduct contract verification seamlessly on their sandboxes by dire...sourcify
BuildBearbuildbear.hashnode.dev·Mar 12, 2024A Complete Guide On Creating Nestable NFTs with ERC-7401Non-fungible tokens (NFTs) have transformed the digital asset landscape, offering verifiable ownership on the blockchain. ERC7401 is a new NFT standard that introduces the concept of nesting multiple child NFTs within a parent NFT. In this tutorial, ...Web3
BuildBearbuildbear.hashnode.dev·Mar 6, 2024Introducing the BuildBear VSCode Extension: Enhanced Smart Contract Development on VSCode IDE.We are excited to announce the launch of the BuildBear VSCode Extension. This extension offers a seamless and efficient way to create private sandboxes for EVM and EVM-compatible blockchain networks. With its unique features like a private faucet and...Web3
BuildBearbuildbear.hashnode.dev·Mar 1, 2024Integrating Uniswap V4 into Your Smart Contracts: A Step-by-Step GuideUniswap V4 represents a significant leap forward for the Uniswap protocol, enhancing the capabilities of decentralized exchanges (DEXs) and automated market makers (AMMs) to offer users an unparalleled degree of flexibility, efficiency, and customiza...Web3
Favour Ajayefavourajaye.hashnode.dev·Feb 29, 2024Understanding the ways smart contracts call each otherCan contracts call each other? Are message calls similar to transactions? Hello again 😊. It's nice to have you here. If you have read my previous articles, thank you. If this is your first time reading my article, thank you! You can check out my das...10 likesdirectfunctioncall
BuildBearbuildbear.hashnode.dev·Feb 26, 2024A Hands-On Guide to Modular Smart Contracts with Diamond Standard (EIP2535)Modular smart contract systems allow for the creating of flexible and scalable decentralized applications (DApps) on blockchain platforms like Ethereum. ERC-2535 supports creating modular smart contracts enabling developers to extend and upgrade func...Web3
BuildBearbuildbear.hashnode.dev·Feb 7, 2024A Practical Guide on Honeypot Attacks in Smart ContractsA honeypot is a trap set to detect hackers. Reentrancy attack is one of the vulnerabilities that affects decentralised systems badly. To combat such threats, developers employ techniques like honeypots. It functions by luring potential attackers into...Web3
Mayowa Ogungbolaphensics.hashnode.dev·Feb 6, 2024How to build a ZK-Proof Voting Contract on The Scroll Network with NoirIntroduction Using traditional voting mechanisms has only proven to be susceptible to fraud, manipulation, lack of transparency, and centralized control. The Zero-Knowledge (ZK) proof is a technology that introduces a secure and transparent voting sy...2 likes·244 readsscroll