Quantcast
Channel: Ethereum and Rails Tutorials - Ethereum Stack Exchange
Viewing all articles
Browse latest Browse all 6

Answer by JZ. for Ethereum and Rails Tutorials

$
0
0

https://github.com/fogonthedowns/blupee is a simple Ruby interface for working with the Ethereum Blockchain:

new wallet:

ether_wallet = Blupee::API::Ether.new_wallet('[hidden]')

wallet balance:

ether_balance = Blupee::API::Ether.balance("0xad96B1072E60f6279F628E7512242F9b1A83127F")

erc20 tokens:

args = {wallet_address:"", contract_address:""}Blupee::API::Token.balance(args)

Viewing all articles
Browse latest Browse all 6

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>