Pinned Week 1 workshop starter for Superteam Hub Jogja — AI-assisted Web3 on Solana.
- Next.js (App Router) + Tailwind CSS
@solana/web3.js+ wallet-adapter (ConnectionProvider,WalletMultiButton,useWallet,useConnection)- Default cluster: devnet
- No on-chain program (programs start in Week 2)
Source: pinned from solana-foundation/templates → web3js/web3js-next-tailwind.
Workshop docs: obelisk-workshop
git clone https://github.com/Ah-Riz/obelisk-week1-starter.git
cd obelisk-week1-starter
npm install
npm run dev- Devnet only. Never use mainnet in workshop code.
.cursorrulesis included at the project root — Cursor reads it as AI context.- Week 1 lab customizes
src/app/page.tsxand uses the wallet setup insrc/components/solana/solana-provider.tsx.
On GitHub: Use this template → Create Codespace → port 3000 preview opens automatically.