Following instructions from the excellent https://www.rinkeby.io/
A full node lets you access all state. There is a light node (state-on-demand) and wallet-only (no state) instructions as well,
Following instructions from the excellent https://www.rinkeby.io/
A full node lets you access all state. There is a light node (state-on-demand) and wallet-only (no state) instructions as well,
| gem 'rails-api' | |
| gem 'active_model_serializers' | |
| gem_group :development, :test do | |
| gem 'debugger' | |
| gem 'rspec-rails' | |
| gem 'shoulda-matchers' | |
| gem 'factory_girl_rails' | |
| end |
| (function() { | |
| // Notes from http://news.ycombinator.com/item?id=1952531 | |
| var notes = { | |
| "suspended cymbal":"zk", | |
| "snare":"bschk", | |
| "brush":"pv", | |
| "bass":"bk", | |
| "flam1":"tk", | |
| "roll tap":"vk", | |
| "flam2":"kt", |
| # A simple expiring cache suitable for use with the PStore store. | |
| # | |
| # Usage: | |
| # SimpleCache.fetch('my_data', 15.minutes) do | |
| # MyModel.expensive_query | |
| # end | |
| # | |
| require 'pstore' |
| # | |
| # $TM_FILENAME | |
| # | |
| # Created by `id -P | awk -F ":" '{ print $8 }'` on `date "+%d/%m/%Y"`. | |
| # | |
| # Copyright (c) 2010 ${2:$TM_ORGANIZATION_NAME} | |
| # All rights reserved. | |
| # | |
| # Redistribution and use in source and binary forms, with or without | |
| # modification, are permitted provided that the following conditions |