Detasker is a decentralized platform built on smart contracts that allows users to post jobs and hire skilled individuals to complete them in a secure and reliable manner. Our mission is to provide a trustworthy space for community-driven services, while also promoting the use of blockchain technology. This repository contains the codebase for Detasker, including smart contracts, front-end interface, and backend services.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3737 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
To learn more about Crossbell and Next.js, take a look at the following resources:
- Crossbell React Kits - a collection of React libraries that contain everything you need to start working with Crossbell.
- Crossbell Javascript SDK - a JavaScript SDK to interact with Crossbell.
- Crossbell Chain Documentation - learn about Crossbell chain.
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.