RickMortynson / rewarudo

Solution for placement and acceptance of paid tasks using blockchain technology

Home Page:https://rewarudo.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rewarudo

Solution for placement and acceptance of paid tasks

Rewarudo is a solution for placing & acceptance of orders using blockchain technology.

As backend I used near-sdk for rust to develop smart-contract. As for frontend, I used react and near-api-js to communicate with the smart-contract.

The user can login into the application with their near wallet and use funds from that wallet to place orders or, alternatively, the user can accept & fulfill another user's orders to earn near

Core concepts

  • all users are equal - each account has the same privileges as any other
  • confidant platform - running using blockchain technologies, Rewarudo guarantees that all orderer's funds will be kept in safe until the approval of the task is completed
  • users can create new tasks and take tasks. Users have a limit on performing one task at a time.

Tech stack

This repository contains both the backend (smart-contracts) and the frontend of the Rewarudo, here is a list of used utilities:

Backend Frontend
name version
rust 1.61.0
near-sdk 4.0.0
name version
react 18.0.0
near-api-js 0.44.2
typescript 4.6.3
vite 2.9.9
tailwindcss 3.1.2
react-redux 8.0.2
react-router-dom 6
redux-persist 6.0.0
formik 2.2.9
sass 1.52.3

About

Solution for placement and acceptance of paid tasks using blockchain technology

https://rewarudo.vercel.app


Languages

Language:TypeScript 53.8%Language:Rust 32.0%Language:SCSS 10.3%Language:CSS 1.8%Language:JavaScript 1.2%Language:HTML 0.5%Language:Shell 0.4%