Quick Start
This quick start guide will help you get started on building, deploying to local IC replicas with ICP ledger and interacting with your canister with automated test scripts.
Summary
- Set up your local development environment
- Run local IC replicas
- Deploy local ICP Ledger
- Build and Deploy BeamFi to local IC canisters
- Run an automated test to verify BeamFi is running properly
Background
If this is your first time using Internet Computer, it is highly recommended to read at least the following two IC guides to get the basic concepts and ideas with running dfx cmd and local IC replicas.
Canisters and code https://internetcomputer.org/docs/current/concepts/canisters-code (opens in a new tab)
Local development https://internetcomputer.org/docs/current/developer-docs/quickstart/local-quickstart (opens in a new tab)