Mon Jul 29 2024
Deploying a Distributed EVM Layer 1 Blockchain using Avalanche, Docker, and GitHub Codespaces
We are going to be walking through how to deploy our own test blockchain with 5 nodes, with our own token. We'll also showcase how to deploy a simple smart contract on this newly created blockchain. We will be using the Avalanche Start Kit repo, Docker, and Github Codespaces to run this project -- meaning you don't have to install anything :)
Wed Jul 24 2024
What is a blockchain?
Learn how blockchains differ from centralized systems, their trade-offs, and the best use cases for their secure, transparent architecture.
Sun May 26 2024
Deploy a DApp on the C-Chain with Foundry
This guide shows how to deploy and interact with smart contracts using foundry on a local Avalanche Network and the Fuji C-Chain.
Sun May 26 2024
Install Avalanche CLI
Avalanche CLI is a command line tool for accessing Avalanche, specializing in developing and testing subnets.