Registry / networking / filecoin-project-go-jsonrpc

filecoin-project-go-jsonrpc

JSON →
library0.10.1gogounverified

Package go-jsonrpc provides a JSON-RPC client and server implementation for Go.

go get github.com/filecoin-project/go-jsonrpc
INSTALL
IMPORT
SIG · FILECOIN-PROJECT-G
F
filecoin-project-go-jsonrpc
networkinggov0.10.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

jsonrpc
github.com/filecoin-project/go-jsonrpc

Create a new JSON-RPC client.

package main import ( "fmt" "github.com/filecoin-project/go-jsonrpc" ) func main() { client, _ := jsonrpc.NewClient("http://localhost:1234/rpc") fmt.Println(client) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
OpenAI (training)
1
Resources
filecoin-project-go-jsonrpc — go get filecoin-project-go-jsonrpc · libregistry