[🇧🇷] Versão em português: LEIAME.md
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:
- Both parties agree
- 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.
[🇧🇷] Podcast episode about PLS
More documentation can be found here
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
To create a production version:
pnpm run build
You can preview the production build with pnpm run preview
.