Skip to content

adam-gill/bitlance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d0e65be Â· Aug 13, 2024
Jul 15, 2024
Jul 22, 2024
Aug 2, 2024
Aug 2, 2024
Jul 29, 2024
Jul 22, 2024
Jul 15, 2024
Jul 4, 2024
Jul 4, 2024
Jul 24, 2024
Jul 19, 2024
Jul 3, 2024
Aug 2, 2024
Jul 4, 2024
Aug 13, 2024
Jun 25, 2024
Jul 4, 2024
Aug 13, 2024
Jun 22, 2024
Jul 24, 2024
Jun 25, 2024
Aug 13, 2024
Jul 6, 2024
Jul 4, 2024
Jun 25, 2024
Aug 13, 2024
Aug 13, 2024
Jun 25, 2024
Jul 16, 2024
Jul 3, 2024

Repository files navigation

Challenge:

Upwork and Fiverr charge very high fees for freelancers, anywhere from 10-20%. This eats at freelancers’ profit margins, as they also have to pay taxes and other expenses.

Solution:

BitLance is an open source platform for job posters and freelancers to conduct business and dodge the high fees of popular freelance platforms. Our platform boasts no centralized fee (possibly 1 or 2% to have slight monetization), other than the gas fees themselves. BitLance will leverage smart contracts to ensure that each job is done right and that the freelancer is paid. All payments will be made in cryptocurrency, mainly ethereum.

Why it is important:

BitLance is being built on the ethereum blockchain (using Mode network) to give job posters and freelancers a way to do business without paying egregious amounts in fees to big corporations. This will also provide ratings for each poster/freelancer, so you’ll know if someone isn’t trustworthy or not.

Tech Stack:

Our tech stack for BitLance (subject to change; if something else better suits our needs we’ll use it)

Frontend:

Web app hosted on Vercel

  • Next.js (Typescript)
  • Tailwind CSS
  • Shadcn (Custom Component Library)

Smart Contracts:

Smart Contracts to handle agreements and transactions between parties

  • Solidity
  • Mode Network

Backend:

Database and logic to handle users and actions (can also be combined with Next.js app)

  • Supabase (PostgreSQL)
  • Typescript and Node for backend
  • Next Auth for authentication