File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ And here are examples of how to use this SDK.
3333
3434``` ruby
3535
36- require ' blockfrostruby '
36+ require ' blockfrost-ruby '
3737
3838blockfrost = Blockfrostruby ::CardanoMainNet .new (' your-API-key' )
3939blockfrost.get_health
@@ -68,7 +68,7 @@ blockfrost_configured.get_block_latest_transactions({ count: 20 }) # will add or
6868
6969# 1. Install the gem and require it
7070
71- require ' blockfrostruby '
71+ require ' blockfrost-ruby '
7272
7373
7474# 2. Initialize the object with the network:
Original file line number Diff line number Diff line change 22
33# gem build blockfrost-ruby
44# gem install ./blockfrost-ruby-0.1.0.gem
5- # require 'blockfrostruby '
5+ # require 'blockfrost-ruby '
66# blockfrost = Blockfrostruby::CardanoMainNet.new()
77
88require_relative 'blockfrostruby/version'
You can’t perform that action at this time.
0 commit comments