Secure Your Private Keys in Hardhat and Foundry with Encrypted Secrets
Learn how to secure private keys in Hardhat and Foundry using encrypted secrets. Follow step-by-step instructions to improve your security and reduce the risk of exposing sensitive information.
How to Create and Deploy an ERC404 Token
This guide details the process of creating and deploying an ERC-404 token, showcasing the smart contract creation process, testing, and deployment techniques specific to Ethereum (and other EVM chains). It aims to equip developers with the skills needed to launch their own ERC-404 smart contract effectively.
如何在Blast上建構自動收益合約
在本指南中,您將進一步了解Blast一個支援 ETH 和穩定幣原生收益的Ethereum 解決方案。接下來,我們將向您展示如何建立、部署並與能自動產生收益的「金庫」(vault)智慧合約進行互動。
🎥 What is Chainlink's CCIP?
A video explaining what is Chainlink's CCIP and how it works.
How to Mint an NFT Across Different Blockchains using Chainlink CCIP
In this guide, users learn how to mint an NFT on one blockchain from another using the Chainlink Cross-Chain Interoperability Protocol (CCIP).
How To Deploy a Solidity Smart Contract on Solana using Neon
Learn the basics of Neon, how to deploy a smart contract using Solidity and Hardhat, and how to perform tests to ensure it works as intended.
How To Approve Token Transfers Without Spending Gas Using EIP-2612
In this guide, you will learn how to deploy a ERC-20 permit contract (using the EIP-2612 standard) and approve token transfers without spending gas.
5 Ways to Verify a Smart Contract
Learn how to verify smart contract source code with Etherscan, Remix.IDE, Hardhat, Brownie, and Foundry in this guide.
How to Create A Soulbound Token
In this guide, you will learn about Soulbound tokens and why they are useful. You will also learn how to deploy a Soulbound token contract on Sepolia using Hardhat.
如何在Arbitrum 上建立一個 10K 件的 NFT 系列
在本指南中,我們將向您展示如何使用 Solidity、JavaScript 以及非託管錢包,在Arbitrum 上建立屬於您自己的 10,000 件 NFT 系列。