eoscanada / eos-go

EOS.IO Go API library
MIT License
563 stars 216 forks source link

Jungle #10

Closed nejc-skerjanc closed 6 years ago

nejc-skerjanc commented 6 years ago

Do you have plan to make some script for connection to Jungle testnet? Specialy now at start when we test both networks.

abourget commented 6 years ago

You might want to take a look at the code in github.com/eoscanada/eos-bios which has a lot of network boot code.. this repo is a library with foundational stuff to build more complex things.

All the go code we produce here isn't really meant for scripts, but instead for programs. You can take a look at github.com/eoscanada/eosc .. it's a command-line tool which you can use in scripts more easily.

Hope this helps.. I'll close this one for now ok? Don't hesitate to open more! Thanks!