module InfuraRuby
Constants
- VERSION
Public Class Methods
client(api_key:, network: :main)
click to toggle source
Generate a new client for the Infura api.
# File lib/infura_ruby.rb, line 10 def client(api_key:, network: :main) Client.new(api_key: api_key, network: network) end