Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codecommander03/task-chain
TaskChain is a cutting-edge Web3 application designed to seamlessly connect individuals seeking swift completion of micro tasks with skilled contributors eager to earn cryptocurrency.
https://github.com/codecommander03/task-chain
express nextjs14 solana tailwindcss
Last synced: 20 days ago
JSON representation
TaskChain is a cutting-edge Web3 application designed to seamlessly connect individuals seeking swift completion of micro tasks with skilled contributors eager to earn cryptocurrency.
- Host: GitHub
- URL: https://github.com/codecommander03/task-chain
- Owner: codecommander03
- Created: 2024-05-12T16:48:02.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T16:44:21.000Z (9 months ago)
- Last Synced: 2024-11-25T22:17:46.207Z (3 months ago)
- Topics: express, nextjs14, solana, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 1.58 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Task Chain :
> Your Gateway to the Web3 Micro Task EconomyTaskChain is a cutting-edge Web3 application designed to seamlessly connect individuals seeking swift completion of micro tasks with skilled contributors eager to earn cryptocurrency.
### FrontEnd:
- Next js
- Tailwind css### Backend:
- Node js
- Express js
- Zod (Schema Validation)
- Axios### Database:
- Postgres
- Neon
- Prisma (ORM)
- Zod (Schema Validation)### Authentication:
- Json Web Token (JWT)### Media Content Storage:
- Amazon S3
- CloudFront
- IAM (Identity and Access Management)### Chain:
- Solana
- [Solana Wallet Adapter](https://github.com/anza-xyz/wallet-adapter)## Steps:
### Backend:
1. run `npm install` to install all the dependencies
2. go to backend folder by running `cd backend`
3. run `tsc -b` and then `node dist/index.js`