A beginner-friendly starter kit for building smart contracts and decentralized applications on Arc.
- Solidity examples
- Basic smart contracts
- Deployment guide
- Arc testnet configuration
- Best practices
arc-starter-kit/
├── contracts/
├── scripts/
├── examples/
├── docs/
└── README.md
- Node.js
- Foundry or Hardhat
- MetaMask
- Arc Testnet
- Clone the repository.
- Install dependencies.
- Configure your wallet.
- Connect to Arc Testnet.
- Deploy your first smart contract.
MIT