https://github.com/kleros/escrow-ui-old
Decentralized Escrow - Ethereum Project
https://github.com/kleros/escrow-ui-old
arbitrable blockchain dapp decentralized escrow ethereum frontend web3
Last synced: 10 months ago
JSON representation
Decentralized Escrow - Ethereum Project
- Host: GitHub
- URL: https://github.com/kleros/escrow-ui-old
- Owner: kleros
- License: mit
- Created: 2018-11-23T08:53:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T11:29:39.000Z (over 1 year ago)
- Last Synced: 2024-12-09T12:24:58.797Z (over 1 year ago)
- Topics: arbitrable, blockchain, dapp, decentralized, escrow, ethereum, frontend, web3
- Language: JavaScript
- Homepage: https://escrow.kleros.io
- Size: 1.97 MB
- Stars: 17
- Watchers: 13
- Forks: 10
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Decentralized Escrow
## Development
1. Start the development container in your IDE.
- It will automatically run `yarn install`.
2. Run `yarn start` to launch the application.
### Notes on development container configuration
- The container runs as the `node` user by default for improved security. If you encounter permission errors, you can either:
- Configure the necessary permissions on your system, or
- Remove `remoteUser: "node"` to run as `root`.
- If running into ARM64 related issues, you can try to uncomment the `runArgs:["--platform=linux/amd64"]` line.
- If running into node version errors when running `yarn start`, try rebuilding the container without cache.