Tico4Chain-Coders / POC-Trustless-Work

POC of a decentralized application (dApp) to enhance trust in agency-client relationships using blockchain. It enables trustless payments via smart contracts, securing funds in escrow until milestones are approved by clients. Stablecoins like USDC are used to ensure stability and ease of use.
5 stars 6 forks source link

CLR-S (2)

Trustless Work | API Documentation

POC of a decentralized application (dApp) to enhance trust in agency-client relationships using blockchain. It enables trustless payments via smart contracts, securing funds in escrow until milestones are approved by clients. Stablecoins like USDC are used to ensure stability and ease of use.


image


Maintainers | Telegram

Owner 1

Tech Rebel | Product Manager

techrebelgit
Telegram
Owner 2

Joel Vargas | Frontend Developer

JoelVR17
Telegram
Owner 3

Armando Murillo | Full Stack Developer

armandocodecr
Telegram
Owner 4

Caleb Loría | Smart Contract Developer

zkCaleb-dev
Telegram

Getting Started

Follow the steps below to get started with this project:

Installation

  1. Install dependencies:

    npm i
  2. Format the code using Prettier: (This is for avoid eslint errors)

    npx prettier --write .
  3. Start the development server:

    npm run dev

Environment Variables

Make sure to set up the following environment variable in your .env file:

NEXT_PUBLIC_API_URL=https://api.trustlesswork.com

Wallet Requirements

To use this project, you must have one of the following wallets installed:

These wallets are required to interact with the platform.

How to use a Wallet

You should use Chrome, Brave or Firefox browser, please install any of the wallets that were listen before. Important Note: If you're having problems to use Freighter, make sure that you have the wallet in "test net", and also if even you couldn't be able to use because it shows you "Not Available". Try going to: Security > Manage Connected Wallet > Remove the "localhost". If the problem persist, please contact us. This mistake happens for the wallet, not our product.

IMPORTANT NOTE:

It's important to note that we are using Husky. This means that when you run a git push, Husky will automatically execute npm run format and npm run lint. If either of these commands throws an error, the push will not be successful, and you will see a Husky error. When this happens, make sure to resolve any format and lint errors before trying the push again.