Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bonedaddy/cryptovendingmachine

ethboston crypto vending machine contracts
https://github.com/bonedaddy/cryptovendingmachine

cryptocurrency ethboston solidity vending-machine vendingmachine

Last synced: 14 days ago
JSON representation

ethboston crypto vending machine contracts

Awesome Lists containing this project

README

        

# 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.