A protocol for handling refunds and chargebacks in a non-custodial manner. This protocol introduces an arbiter system that can mediate disputes between payment senders and receivers, providing a better user experience to stablecoin payments while still allowing receivers to retain control over their funds.
- Install Foundry:
curl -L https://foundry.paradigm.xyz | bash
foundryup
- Initialize submodules:
git submodule update --init --recursive
$ forge build
$ forge test
$ forge fmt
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.