https://github.com/openware/peatio-core
Peatio core library, components and CLI
https://github.com/openware/peatio-core
Last synced: 5 months ago
JSON representation
Peatio core library, components and CLI
- Host: GitHub
- URL: https://github.com/openware/peatio-core
- Owner: openware
- Created: 2018-06-26T20:33:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-12T15:38:33.000Z (over 2 years ago)
- Last Synced: 2025-10-01T21:37:53.899Z (5 months ago)
- Language: Ruby
- Homepage: https://www.openware.com
- Size: 228 KB
- Stars: 20
- Watchers: 8
- Forks: 52
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Guide |
API Docs |
Consulting |
Community
Peatio is part of OpenDAX Trading Platform
---
# Peatio
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/peatio`. To experiment with that code, run `bin/console` for an interactive prompt.
TODO: Delete this and the text above, and describe your gem
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'peatio'
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install peatio
## Usage
TODO: Write usage instructions here
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/peatio.