Filecoin RPC client
Parameter
Type
Description
rpcUrl
string
Lotus RPC url
token
Lotus auth token
import { FilecoinClient } from '@blitslabs/filecoin-js-signer' const client = new FilecoinClient(process.env.LOTUS_URL, process.env.LOTUS_TOKEN)
Last updated 3 years ago