Andrew Kim Josephblog.andrewkim.dev·Nov 5, 2024[UNSAFE] A Simple Node.js Script to Move your cUSD Using a Mnemonic PhraseRecently, I attended a Code Jam session by the Celo Africa DAO, where I learned about Celo’s ContractKit. Here's what the kit is about, according to their docs: ContractKit is a library to help developers and validators to interact with the Celo blo...Discussviem
Jordan MuthembaforLisk Africa Blogliskafricadev.hashnode.dev·May 29, 2024Creating the Lisk Scaffold: An Insightful JourneyLisk Scaffold Version 0.0.4 Overview 🧪 Lisk Scaffold DApp is an open-source, robust framework designed to accelerate the development and deployment of decentralized applications (DApps) on the Lisk platform. This article provides a comprehensive ove...Discuss·13 likeslisk-scaffold
Tomas Rawskirtomas.hashnode.dev·May 23, 2024Best JS library to use with Web3auth: Viem, ethers or web3.jsIn the rapidly evolving world of web development and blockchain technology, choosing the right JavaScript library is crucial for building efficient and secure applications. With the integration of blockchain functionalities becoming more prevalent, l...Discuss·52 readslibrary
Anthony Kimani forLisk Africa Blogliskafricadev.hashnode.dev·Apr 17, 2024Step-by-Step Guide to Deploying a Token Contract on Lisk with Hardhat and ViemAs the Lisk Blockchain announced a strategic move to integrate with the Ethereum eco-system as a Layer 2 Blockchain, in this article we will checkout how to deploy smart contracts to Lisk's sepolia testnet. Requirements To follow this guide you'll ne...Discuss·58 readslisk blockhain
Siddharth Pateljarvisdev.hashnode.dev·Nov 16, 2023Easy multiple Wallet Integration for Your dApp with web3Modal (Metamask, Coinbase etc.)We are going to implement multiple wallets like Metamask, coinbase, Wallet Connect, trust wallet etc., Introduction We are implementing multiple wallets using web3Modal, wagmi and viem wagmi: it is a collection of React Hooks containing everything y...Discuss·255 readsEthereum
Abhik Banerjeeabhik.hashnode.dev·Aug 15, 2023NextJS 13 – Viem instead of EthersBefore I start, I would like to say a couple of things. First, is an apology. I am sorry for not being active and being so late with the last article (Sorry Sayantan and all those who have been waiting on this). Got entangled in some work. Secondly, ...Discuss·2 likes·980 readsNextJS and Web3Web3