@polkadot-api/sm-provider
v0.3.1
Published
`JsonRpcProvider` to connect to a chain via Smoldot.
Readme
@polkadot-api/sm-provider
JsonRpcProvider to connect to a chain via Smoldot.
function getSmProvider(
chain: smoldot.Chain | Promise<smoldot.Chain>,
): JsonRpcProviderThe parameter it takes is a Chain from smoldot, the return value of calling smoldot.addChain(..)
