Initialization
Parameters
network name
network configuration
Supported networks:
local
jungle
jungle3
bos
worbli
main
kylin
{ url: 'custom url', chainId: 'custom id' }
Instantiation with default parameters
Defaults/Optionals:
network name - local On local network, eoslime.provider.defaultAccount is set automatically to eosio
network configuration - { url: http://127.0.0.1:8888, chainId: cf057bbfb72640471fd910bcb67639c22df9f92470936cddc1ade0e2f2e7dc4f }
Only local network comes with preset provider account. If you connect to another network you should set provider's default account manually
Instantiation on supported network
With default connection
With custom connection
Instantiation on custom network
Last updated