Uziel79 / pls-mvp

Contracts using Bitcoin as collateral and with consented arbitrators

Home Page:https://pls-mvp.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Private Law Society MVP (Minimum Viable Product)

[🇧🇷] Versão em português: LEIAME.md

TL;DR

PLS (Private Law Society) is a project seeking to support the creation of contracts where both parties agree on an arbitrator (or multiple arbitrators) and Bitcoin is used as collateral, so that the contract has its due enforcement. The parties send the necessary collateral to the contract, where it can be later redeemed if either:

  1. Both parties agree
  2. One of the parties + the arbitrators agree

This means the arbitrators can't run off with the money by themselves, but they can still financially punish the other party.

Useful links

Join the Discord server here

PLS Youtube channel

PLS Twitter page

Hosted website for the MVP

[🇧🇷] Podcast episode about PLS

More documentation can be found here

Developing

Once you've downloaded the project and installed dependencies with pnpm install, start a development server:

# `-- --open` opens the website in a new browser tab
pnpm run dev -- --open

Running Locally

To create a production version:

pnpm run build

You can preview the production build with pnpm run preview.

About

Contracts using Bitcoin as collateral and with consented arbitrators

https://pls-mvp.vercel.app


Languages

Language:Svelte 72.9%Language:TypeScript 23.9%Language:JavaScript 2.4%Language:HTML 0.5%Language:CSS 0.3%