Track 1: Build with an AI Agent on Movement Network.
move_hackathon/
├── contracts/ # Move smart contracts
│ ├── Move.toml
│ └── sources/
│ └── agent_registry.move
├── frontend/ # Next.js + Aptos SDK dApp
│ ├── app/
│ ├── components/
│ └── .env.local
└── RESEARCH.md # Notes, commands, SDK patterns
Visit https://faucet.movementlabs.xyz and enter your wallet address.
cd contracts
movement move publish --named-addresses move_hackathon=0x19e8061f2064bfdbfecd2994c013735ec9f6575328047af0dc6cfc2855efbcf6cd frontend
bun run dev- Address:
0x19e8061f2064bfdbfecd2994c013735ec9f6575328047af0dc6cfc2855efbcf6 - Network: Testnet (Chain ID 250)
- Explorer: https://explorer.movementnetwork.xyz/account/0x19e8061f2064bfdbfecd2994c013735ec9f6575328047af0dc6cfc2855efbcf6?network=testnet
See RESEARCH.md for full reference notes, SDK patterns, and idea sketches.