README.md
1 <!-- 2 SPDX-FileCopyrightText: 2024 Mass Labs 3 4 SPDX-License-Identifier: Unlicense 5 --> 6 7 # Contracts 8 9 This contains the generated ABIs for the contracts. The following ABIs are 10 included 11 12 - [ERC20](./abi/ERC20.json) 13 - [ShopReg](./abi/ShopReg.json) 14 - [PaymentsByAddress](./abi/PaymentsByAddress.json) 15 16 The address where the contracts are deployed are is in 17 18 - [deploymentAddresses](./deploymentAddresses.json) 19 20 The ABIs are popuated when entering the nix development shell `nix develop`