The smart contracts that implement the Mass Market Protocol. This repo contains shop registry and the payments factory.
nix is used for dependency management.
Run nix develop
to enter the devShell.
To create and delopy the contract to a local testnet first
- start anvil and deploy the contract locally run
nix .#local-testnet
forge test
GPL-3