Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bonedaddy/cryptovendingmachine
- Owner: bonedaddy
- Created: 2019-09-06T21:59:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-08T07:04:40.000Z (about 5 years ago)
- Last Synced: 2024-10-15T18:12:24.116Z (29 days 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.