Skip to main content

Setup & First Transaction

This is the hands-on on-ramp. By the end you will have a working environment, your tool of choice installed, and a real transaction submitted to a Cardano testnet, all without spending real ADA. It assumes you have the mental model from Cardano Fundamentals and its Core Concepts; if a concept here is unfamiliar, those pages explain it.

The path

  1. Choose your tools: pick an SDK for your language and get a provider key
  2. Networks & test ADA: pick a network, get free test ADA from the faucet, and find an explorer
  3. Set up your AI assistant: optionally give your AI coding assistant current Cardano context before you start writing code
  4. Your first transaction: build, sign, and submit a payment, then read it back from the chain

Where this leads

Once you can send and query a transaction, you are ready to build real things: mint native tokens and NFTs, or move on to smart contracts.