module BlockchainLite

Note: Work in Progress

-- under construction!!!!!!
do NOT yet use this class

convenience wrapper for array holding blocks (that is, a blockchain)

Constants

MAJOR
MINOR
PATCH
VERSION

Public Class Methods

banner() click to toggle source
root() click to toggle source
# File lib/blockchain-lite/version.rb, line 19
def self.root
  File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) )
end
version() click to toggle source
# File lib/blockchain-lite/version.rb, line 11
def self.version
  VERSION
end