samthetutor.hashnode.devHow to create a Staking Dapp on the ICP Blockchain using React and MotokoIntroduction Staking applications have become increasingly popular in the blockchain ecosystem, allowing users to earn rewards by locking up their cryptocurrency tokens in a smart contract. These applications have revolutionized the way users interac...Apr 16, 2024·21 min read
samthetutor.hashnode.devHow to create a faucet Dapp for ckBTC testnet token using react and MotokoIntroduction Building a token faucet dapp can be a great way to distribute tokens to users, promote your token, or provide tokens to developers for testing purposes. A token faucet dapp is a decentralized application that allows users to request a ce...Nov 17, 2023·18 min read
samthetutor.hashnode.devHow to Integrate the ICP Ledger and ICP Index Canisters in a React Frontend ProjectIntroduction The ICP ledger canister is a critical smart contract canister that holds accounts and transactions for the Internet Computer Protocol's (ICP) utility token. Meanwhile, the ICP index canister is used to retrieve transaction history from t...Nov 12, 2023·18 min read
samthetutor.hashnode.devBuild A Token Faucet Dapp on the Internet Computer with Motoko.Introduction A token faucet is a powerful tool that allows individuals and businesses to distribute small amounts of cryptocurrency or tokens to a large number of users. However, to ensure that the distribution is fair and efficient, it is important ...Apr 26, 2023·14 min read
samthetutor.hashnode.devBuild A Whitelist Dapp on the Internet Computer using Motoko and Internet IdentityIntroduction A whitelist is a list of approved users or addresses that are granted access to a dapp or specific features within it. In this tutorial, we will explore how to build a whitelist dapp on the Internet Computer. We will cover the basic conc...Apr 21, 2023·17 min read