Smart Contracts
Build dApps with Aiken and leverage the eUTxO model for predictable execution.
Start building →Native Tokens
Mint tokens and NFTs without smart contracts. Multi-asset support built into the ledger.
Explore →Get Started
New to Cardano? Start here with guides, tutorials, and everything you need.
Begin journey →Integrate Payments
Accept ADA and native tokens in your applications.
Learn more →Transaction Metadata
Attach arbitrary data to transactions on-chain.
Learn more →Operate a Stake Pool
Run infrastructure and secure the network.
Get started →Governance
Participate in Cardano's decentralized governance.
Learn more →Start Building
Everything you need to build on Cardano
// Build a payment transaction
const tx = await txBuilder
.newTx()
.payToAddress(address, lovelace(2_000_000n))
.build();
// Sign and submit
const txHash = await wallet.sign().submit();From First Line to Production
Master smart contract development on Cardano
Developer Office Hours
Get your questions answered live by Cardano Foundation engineers. Each session features a different topic followed by open Q&A. All recordings available on YouTube.






