eugeneotto / heroku-secp256k1

Barebones Rails 5.2 app capable of handling Ethereum signatures on Heroku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This project can provide a starting point for any Rails 5.2 app that needs to handle Ethereum signatures (secp256k1) on Heroku, similar to CryptoKittydex and KittyRace.

If you deploy this codebase as a new Heroku app, be sure to do the following:

heroku config:set SECP256K1_CPPFLAGS='--sysroot=/app/.apt'
heroku config:set LD_LIBRARY_PATH=/app/.apt/usr/lib:/app/tmp/cache/secp256k1/lib
heroku buildpacks:add --index=1 https://github.com/eugeneotto/heroku-buildpack-secp256k1
heroku buildpacks:add --index=2 https://github.com/heroku/heroku-buildpack-apt/

We stand on the shoulders of giants

About

Barebones Rails 5.2 app capable of handling Ethereum signatures on Heroku


Languages

Language:Ruby 78.6%Language:HTML 15.4%Language:JavaScript 3.1%Language:CSS 2.3%Language:CoffeeScript 0.6%