Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 305 Bytes

json-rpc-provider.md

File metadata and controls

18 lines (11 loc) · 305 Bytes

JSON-RPC Provider

Provider based on JSON-RPC HTTP requests.

new JSONRPCProvider

Creates a new instance of the JSON-RPC Provider

Parameters

  • baseURL string the JSON-RPC URL of the node

Usage

new JSONRPCProvider('http://test3.gno.land:36657');
// provider is created