🎥 What is Chainlink's CCIP?
A video explaining what is Chainlink's CCIP and how it works.
A video explaining what is Chainlink's CCIP and how it works.
Learn about Hardhat and how to set up a local smart contract development environment.
This quick guide gives a deep dive into everything you need to know about reentrancy manipulation.
This guide on Account Abstraction is Part 1 of a two-part series covering ERC-4337, where we'll delve into its technical aspects and functionality.
This guide on Account Abstraction covers part two of a two-part series covering ERC-4337, where we will delve into implementing and testing an ERC-4337 compatible smart contract.
Learn the basics of upgradeable smart contracts and how to implement them in this introductory guide.
In this advanced guide, you'll learn how to use Dapp Tools to create, test, and deploy a basic Escrow smart contract on the Sepolia testnet.
This guide will walk you through how to develop a REST API that interfaces with the Compound Finance protocol.
This guide will cover the fundamentals of NEAR and teach you how to build and deploy a fungible token smart contract on the NEAR Testnet.
In this guide, you will learn the different ways to verify your smart contract source code using Etherscan, Remix.IDE, Hardhat, Brownie, and Foundry.
This guide will teach you how to deploy a smart contract on the Ethereum Goerli network and interact with other smart contracts. By the end of this tutorial, you will have a hands-on understanding of the deployment process and how to send transactions to interact with other smart contracts.
In this guide, you will learn how to create a PDA owned by the System Program in your Anchor project.
In this guide, you will learn how to create an EVM Token Factory dApp to allow users to create their own ERC-20 token in a couple of clicks.
In this guide, users learn how to create an NFT collection and build a frontend using with Cadence and Flow CLI.
This guide will show you how to create clients for your Anchor programs using Kinobi.
This guide will demonstrate how to create and deploy a Clarity smart contract on the Stacks Testnet using Clarinet, a command line tool for developing, testing, and deploying smart contracts.
This guide will teach you how to create and deploy a coin flip smart contract on the Polygon zkEVM testnet using Remix.IDE and QuickNode.
In this guide, users learn how to create and deploy a simple smart contract with Cadence on Flow using QuickNode and Flow CLI.
In this guide, you will learn how ERC-6551 can provide new capabilities with your digital assets and demonstrate how to create and deploy your own Token Bound Account (ERC-6551) using Hardhat and OpenZeppelin.
This guide will show you how to create and deploy an upgradeable ERC20 token using OpenZeppelin and Foundry.
In this guide, you will learn how to create and mint SPL tokens using Anchor.
In this guide, you will learn how to utilize Solana Token Extensions using Anchor.
This guide will demonstrate how to create Hooks on Uniswap V4 using Foundry and the uniswap-v4 hook template.
In this guide, you will learn how to deploy and interact with a smart contract using TronBox and TronWeb developers tools.
In this guide, we are going to learn how to fetch Ethereum event logs in Ruby using the Eth.rb library.
In this guide, you will learn how to interact with smart contracts using blockchain explorers (i.e., Etherscan) and Web3 libraries (i.e., Ethers.js, Web3.js)
This guide will walk you through how to interact with Uniswap smart contracts using a JavaScript library called ethers.js and Uniswap’s JavaScript SDK.
This guide will walk you through how to make a bot that listens for and buys newly minted tokens on the PancakeSwap DEX using Ethers.js.
This guide will give you an overview of Aave as well as flash loans and walk you through how to create a flash loan smart contract in Solidity.
In this guide, you will learn how to remove the update authority of a Solana Program so that it can never be updated or modified.
In this guide, users learn how to mint an NFT on one blockchain from another using the Chainlink Cross-Chain Interoperability Protocol (CCIP).
In this guide, we will look at how we can setup a basic NEAR project from scratch, installing and configuring dependencies and customizing the project to work well with AssemblyScript.
In this guide, you will discover how to store data on IPFS using either QuickNode's IPFS tool or by setting up your own IPFS node. You'll then deploy a smart contract to Ethereum Sepolia's testnet to store this data's unique hash and finally design a frontend to render and interact with the hash stored within your smart contract.
This guide will demonstrate how to swap tokens on Uniswap V2 using JavaScript and the Ethers.js library. The technical demonstration will include a code walk-through and an example of a token swap from ETH to DAI on Ethereum mainnet.
This guide will demonstrate how to swap tokens on Uniswap V3 using the Uniswap SDK and Ethers.js
In this guide, you will learn how to transfer SOL and SPL tokens using Anchor.
In this guide, you will learn how to use constraints in Anchor to improve your code's security and readability.
In this guide, we will teach you about the Keccak256 hash function and its use within Solidity smart contracts on Ethereum.
This guide will demonstrate how to interact with smart contracts with Laika and QuickNode.
In this guide, you will create a Solana Program using Anchor and Solana PlayGround. You will explore creating and utilizing Program Derived Address (PDA) in your work.
In this guide, we will deploy your first Solana Program to Devnet and learn how to create a Hello World and Counter Program using Anchor.
This guide will build on top of "How to Write Your First Anchor Program in Solana - Part 1" and walk you through adding more features to your Anchor program.
Foundry is a powerful, developer-friendly platform for creating and deploying smart contracts on the Ethereum blockchain. This guide offers a comprehensive introduction to the Foundry framework, helping you get started with developing your own decentralized applications.
In this guide, you will learn how to predict smart contract addresses before deployment using Hardhat, OpenZeppelin, and Solidity.
This guide will teach you all about common vulnerabilities in Solidity. You'll first solidify your understanding of smart contract security in theory, then examine specific Solidity vulnerabilities and how to fix them to keep your smart contracts safe.
In this guide, you will learn more about accounts on Ethereum, diving into both Externally Owned Accounts (EOA) and Smart Contract Accounts (SCA).
In this guide, you will learn what Cross Program Invocations (CPIs) are and how to use them in Solana programming.
This guide will
In this guide, you learn what IDLs are and how to use them in Solana programming.
This guide will teach you how to use Bankrun to enhance your local Solana development experience.
In this technical guide, we will cover everything you need to know about Yul, the intermediate language for Ethereum virtual machines.