https://github.com/rnd-soft/hyper-fabric-rails
https://github.com/rnd-soft/hyper-fabric-rails
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rnd-soft/hyper-fabric-rails
- Owner: RND-SOFT
- Created: 2017-10-31T14:29:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-01T15:08:58.000Z (over 7 years ago)
- Last Synced: 2025-03-26T13:45:27.456Z (2 months ago)
- Language: Go
- Size: 63.5 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Prerequisites
* Docker version 17.06.2-ce or greater
* Docker Compose version 1.14.0 or greater
* Go programming language 1.9.x
* Node.js - version 6.9.x or greater (Node.js version 7.x is not supported)
* Python 2.7
* Ruby 2.3.* or greater
* Postgres 9.5## Hyperledger
* Install Hyperledger Fabric Docker Images
`curl -sSL https://goo.gl/Q3YRTi | bash`
* Docs for hyperledger simple-app: http://hyperledger-fabric.readthedocs.io/en/latest/build_network.html### Rails
1. `bundle install`
2. Configure secrets and database from examples
3. `rake db:create`
4. `rails s`