Osikhena OshomahforDeveloper DAOgrotesque-shame-tremble-47.hashnode.net·Sep 21, 2022FeaturedCreating a Decentralised Crowd Funding Contract with SolidityThis will be a three-part series with code and instructions for creating and deploying a decentralized crowdfunding contract with Solidity. You can use a crowdfunding contract to raise money for a specific purpose. A contract can be written in which ...Discuss·15 likes·1.1K readsopenzeppelin
Abhik BanerjeeforBored on the Edgeabhik.hashnode.net·Jul 11, 2022Deploying Your Upgradeable Smart Contract in 5 minutesDeployment is the final step in the smart contract development journey. It’s like the concept of Valhalla – only the rigorously tested contracts are deployed (we all know what happens otherwise). This is the third article in my series of Upgradeable ...Discuss·1 like·209 readsUpgradeable Smart Contracts in a Bunchopenzeppelin
Abhik BanerjeeforBored on the Edgeabhik.hashnode.net·Jul 20, 20226 Nuances of Using Upgradeable Smart ContractsPlease Note: I will be migrating to Hashnode after the conclusion of this series and will be using it as my primary Tech Blog for its advantages. I will continue to share on Dev.to but will be more active on Hashnode. If you liked my articles, feel f...Discuss·741 readsUpgradeable Smart Contracts in a Bunchupgradable smart contracts
Aimen SahnounforAimen Sahnounaimensh.hashnode.net·Nov 19, 2022Making an ERC20 Token Bridge using OpenZeppelin DefenderIn the world of Web3, tokens can be used in a variety of ways. But cannot be shared between networks. This is where bridges come in handy, allowing users to "move" tokens from one network to another. Backend Usually bridges are developed by connectin...Discuss·57 readstoken-bridge
Osikhena OshomahforDeveloper DAOgrotesque-shame-tremble-47.hashnode.net·Sep 21, 2022FeaturedCreating a Decentralised Crowd Funding Contract with SolidityThis will be a three-part series with code and instructions for creating and deploying a decentralized crowdfunding contract with Solidity. You can use a crowdfunding contract to raise money for a specific purpose. A contract can be written in which ...Discuss·15 likes·1.1K readsopenzeppelin
Abhik BanerjeeforBored on the Edgeabhik.hashnode.net·Aug 12, 2022NFT Royalty Standard Explained.NFT Marketplace is probably one those projects which every beginner makes. It is the Todo App equivalent of Web3. An NFT marketplace encompasses a whole of topics which prove grasp over the development of Dapps - from designing custom ERC20 contract ...Discuss·98 readsNFT
Abhik BanerjeeforBored on the Edgeabhik.hashnode.net·Jul 20, 20226 Nuances of Using Upgradeable Smart ContractsPlease Note: I will be migrating to Hashnode after the conclusion of this series and will be using it as my primary Tech Blog for its advantages. I will continue to share on Dev.to but will be more active on Hashnode. If you liked my articles, feel f...Discuss·741 readsUpgradeable Smart Contracts in a Bunchupgradable smart contracts
Abhik BanerjeeforBored on the Edgeabhik.hashnode.net·Jul 11, 2022Deploying Your Upgradeable Smart Contract in 5 minutesDeployment is the final step in the smart contract development journey. It’s like the concept of Valhalla – only the rigorously tested contracts are deployed (we all know what happens otherwise). This is the third article in my series of Upgradeable ...Discuss·1 like·209 readsUpgradeable Smart Contracts in a Bunchopenzeppelin
Abhik BanerjeeforBored on the Edgeabhik.hashnode.net·Jul 6, 2022Testing Your Upgradeable Smart ContractTesting is one of the most important phases of any development process. Smart Contract development is no exception to that. Given that unlike Web2 systems, there is no true “Zero-Hour” fix for issues in Web3, testing assumes paramount importance. Tes...Discuss·125 readsUpgradeable Smart Contracts in a Bunchopenzeppelin