tateefortateeblock-chain-development.hashnode.dev·Oct 16, 2024Top 10 Blockchain Use Cases That Are Transforming the WorldBlockchain technology, once known only for powering cryptocurrencies, has evolved into a disruptive force across various industries. With its transparent, decentralized, and secure nature, blockchain is transforming how businesses and governments ope...Discussblockchain development company
Mintoumba Calebphoekerson.hashnode.dev·Sep 28, 2024How to build a smart contract on Stellar Blockchain with SorobanAs you know smart contracts are programs written in blockchain programming language and in our case we will see how to build a simple or smart contract on stellar blockchain, if your are not a software developer, there are no problems, you can contin...Discuss·2 likessmart contract development
Rocky Esselrockyessel.hashnode.dev·Aug 30, 2024Writing and Deploying Your First Smart Contract on Aptos NetworkI’m really excited about how blockchain technology is reshaping industries by providing decentralized and secure solutions. Among the many blockchain platforms out there, Aptos stands out with its innovative approach and solid infrastructure. In this...DiscussAptos Network
Olayiwola Saheed Akoredelayintondev.hashnode.dev·Aug 27, 2024ERC 20 Smart ContractsAn ERC20 smart contract is a token enabled contract that follows the ERC20 protocol and is standardized on the Ethereum blockchain. It is smart contract that enable the creation of fungible tokens which are exchangeable with another token. These toke...DiscussSmart Contract
Nour Eldennour99.hashnode.dev·Jul 28, 2024SafeMath Library for Inline Assembly/Yul in Solidity Smart ContractsIntroduction After solving the Node Guardians Quest ‘Yul basics’, I've gained insights into writing assembly code for a SafeMath library. Since v0.8.0, Solidity supports overflow and underflow checks for arithmetic operations, but inline assembly doe...Discussinline-assembly
Soumik Hazradevsoumik.hashnode.dev·Jul 1, 2024How Docker Containers Simplify Blockchain Development📜 Introduction Blockchain development is a rapidly evolving field that requires a diverse set of tools and dependencies. Setting up a development environment for blockchain can be complex and time-consuming. Docker containers provide an elegant solu...Discuss·42 readsBlockchain tools
John Fáwọléjohnfawole.hashnode.dev·Jun 26, 2024Learn How to Build Personal Finance Smart Contracts on LineaAnyone who wants to build sustainable wealth must be interested in personal finance; the art and science of managing your money. This is something I have been interested in for a long time. Now that I have some free time off my sleeve, I am thinking ...DiscussSmart Contracts
ek javadjavadweb3.hashnode.dev·Jun 25, 2024What Are Smart Contracts on Blockchain?Smart contracts are a revolutionary technology that leverages blockchain to automate and secure transactions without the need for intermediaries. These self-executing contracts are written in code and automatically enforce the terms of an agreement w...Discusssmart contract security
Adejumo Adeyemiadehnaija.hashnode.dev·Jun 9, 2024How to Develop and Implement an Auction Smart Contract on Lisk TestnetIn this post, I will walk you through the process of developing an auction smart contract and deploying it on the Lisk testnet. Development Tools First, I will list all the tools we will use for the development of the smart contract. They are: Vscode...Discuss·1 likeauction
Israel Ogunsolabrave-israel.hashnode.dev·May 7, 2024Making Smart Contracts Smarter with FunctionsIf you’re diving into the exciting world of Web3 development, you’re in for a treat! Let’s talk about one of the coolest tools in your developer toolbox: functions. Think of functions as magical tools that can do things for you, and you can use these...DiscussSmart Contracts