/cryptovendingmachine

ethboston crypto vending machine contracts

Primary LanguageGo

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.