Network School Hackathon project — a betting app built on Arc on top of Solana.
Early-stage hackathon build. Expect breakage. Contributions welcome.
- Chain: Solana
- Framework: Arc
- Smart contracts: Rust / Anchor (TBD)
- Frontend: TBD
git clone https://github.com/as1fansar1/NSHackathon.git
cd NSHackathon
# install steps will land here as the stack is finalized.
├── programs/ # Solana on-chain programs (Rust)
├── app/ # Frontend
├── tests/ # Integration tests
└── docs/ # Design notes and specs
(Folders will be created as code lands.)
We welcome PRs from anyone — see CONTRIBUTING.md for the workflow. Open an issue first for anything non-trivial so we can align before you write code.