PinnedBuild A Whitelist Dapp on the Internet Computer using Motoko and Internet IdentityA step-by-step guide.Apr 21, 2023·17 min read
How to Integrate the ICP Ledger and ICP Index Canisters in a React Frontend ProjectNov 12, 2023·18 min read
Deploying Dapps on the Internet Computer with Chain IDE.Introduction Local machines by default are not set up for developmental work. The user has to first set up a development environment to start developing apps. The user has to figure out and download configuration files that work for their machine. Th...Apr 3, 2023·5 min read
Forking in Blockchains: Understanding soft and hard forks for successful upgradesIntroduction The decentralized nature of blockchains allows different participants(nodes) to validate and verify transactions on the network securely and transparently. This setting can however cause disagreements among participants on which rules to...Mar 30, 2023·4 min read
Understanding MEV in Blockchain Networks: A Beginner's GuideIntroduction MEV or Maximum Extractable Value has gained a lot of traction in recent years in the world of blockchain. It presents an opportunity for entities involved in the network security ecosystem such as miners and validators to get extra value...Mar 29, 2023·5 min read
Build a Vault Smart Contract Dapp on the Celo BlockchainA beginner's step-by-step tutorialMar 23, 2023·16 min read
The life cycle of a Motoko programIntroduction The process of writing a program and getting it to compile and run correctly can be complex and require several stages. Writing a program involves developing a set of instructions or code that performs a specific task or set of tasks. On...Mar 20, 2023·4 min read