Connects to the KILT Blockchain and passes the initialized api instance to init(), making it available for functions in the sdk.
init()
An instance of ApiPromise.
WebSocket URL of the RPC endpoint exposed by a node that is part of the Kilt blockchain network you wish to connect to.
Additional parameters to be passed to ApiPromise.create().
Connects to the KILT Blockchain and passes the initialized api instance to
init()
, making it available for functions in the sdk.Returns
An instance of ApiPromise.