Easy to set up end to end grant application form for DAOs on NEAR Protocol
- Blockchain: NEAR
- Smart Contracts: Sputnik DAO Factory V2, Sputnik DAO V2
- Package manager: NPM
- Core programming language: TypeScript
- Application framework: NextJS
- Code quality: Eslint, Prettier
- UI Framework: Mantine UI
- Internationalization: next-i18nnext
- Form validation: zod
- HTTP client: Axios
- Query hooks: React Query
- Contract Signature: hellosign
- KYC: KYC DAO
- Scheduling: Calendly
cp .env.dist .env
# set up variables on .env
npm install
Set up .env
npm run dev
Open http://localhost:3000 with your browser to see the result.
npm install && npm run build
npm run start
No tested are implemented yet. Check the Manual Testing guide.