Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed Oct 2, 2020
1 parent f65bb48 commit c117146
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ CW = CardanoWallet.new
BYRON = CW.byron
SHELLEY = CW.shelley
MISC = CW.misc
PROXY = CW.proxy

#Byron
BYRON.wallets.list.each_with_index do |wal, i|
Expand All @@ -82,9 +81,8 @@ SHELLEY.wallets.get(w['id'])
#Misc
MISC.network.information
MISC.network.clock

#Proxy
PROXY.submit_external_transaction(File.new("/tmp/blob.bin").read)
MISC.proxy.submit_external_transaction(File.new("/tmp/blob.bin").read)
MISC.utils.addresses("addr_test1vqrlltfahghjxl5sy5h5mvfrrlt6me5fqphhwjqvj5jd88cccqcek")
```

Refer to [documentation](https://rubydoc.info/gems/cardano_wallet) for more details.
Expand Down

0 comments on commit c117146

Please sign in to comment.