Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 427 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 427 Bytes

contracts

This repository contains smart contracts, and testing tools for the vendao/cryptovendingmachine project.

contracts/VendingMachine.sol - Represents a singular vending machine, that vendors can register with. contracts/VendorManagement.sol - Allows vendors to register themselves as a seller through any participating vending machine. contracts/VendorFactory.sol - Used to deploy vendor management contracts.