Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.55 KB

README.md

File metadata and controls

46 lines (25 loc) · 1.55 KB

Vendi

Gem Version Tests

Overview

Vendi is simple CNFT vending machine based on cardano-wallet. You need to have cardano-wallet started and synced.

Installation

Rubygem:

$ gem install vendi

Usage

Fill vending machine with exemplary NFT collection:

$ vendi fill --collection TestBudz --price 10000000 --nft-count 100

Now check out $HOME/.vendi-nft-machine/TestBudz, refine configs as you prefer. When ready start vending machine:

$ vendi serve --collection TestBudz

Documentation

Link Description
Ruby API Rubydoc for master

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/piotr-iohk/vendi. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Vendi project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.