https://github.com/bonedaddy/cryptovendingmachine
ethboston crypto vending machine contracts
https://github.com/bonedaddy/cryptovendingmachine
cryptocurrency ethboston solidity vending-machine vendingmachine
Last synced: about 1 month ago
JSON representation
ethboston crypto vending machine contracts
- Host: GitHub
- URL: https://github.com/bonedaddy/cryptovendingmachine
- Owner: bonedaddy
- Created: 2019-09-06T21:59:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-08T07:04:40.000Z (almost 7 years ago)
- Last Synced: 2025-02-10T11:51:15.288Z (over 1 year ago)
- Topics: cryptocurrency, ethboston, solidity, vending-machine, vendingmachine
- Language: Go
- Homepage:
- Size: 222 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.