What if your users could use your DApp to interact with smart contracts immediately, instead of having to install the required third-party extensions?
Create a Discord bot that can create a new Solana wallet, send and receive SOL, and check your balance with this in-depth tutorial.
Learn how to build an Oracle, which helps connect blockchains to external systems and enable access to data from off-chain systems.
Use OpenZeppelin Contracts and the Truffle framework to build and test secure smart contracts for ERC20 and ERC721 tokens. We also demo building ERC1155 contracts on the Remix IDE.
Introduced when the Ethereum network was clogged by the CryptoKitties game, Flow aimed to create a blockchain platform to accommodate billions of users on its DApps.
In this tutorial, we’ll be minting an NFT from a smart contract on Etherscan. We’ll use the mint function to mint NFTs directly using Etherscan interfaces.
Learn about the benefits and drawbacks of the popular Ethereum or new and performant Harmony blockchains to determine which is best for you.
Learn about the different types of factory patterns in Solidity and the benefits of using them, such as to save on gas fees associated with multiple contract deployments.
BEP-20 is the token standard of the Binance Smart Chain (BSC). Learn how to code a BEP-20 token, deploy it to the Binance Smart Chain testnet using Remix, and import the deployed token into MetaMask.
Quickly and easily debug Ethereum smart contracts in the Remix IDE with this comprehensive tutorial.
Learn how to can develop smart contracts and deploy them to the Terra blockchain network to create decentralized apps.
Explore key concepts about the Substrate blockchain framework that are important to understand before you build your own blockchain with consensus engines and customizable runtimes.