An open API service indexing awesome lists of open source software.

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

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.