Options
All
  • Public
  • Public/Protected
  • All
Menu

EthPM.js

ethpm.js

API Documentation Build Status

Work in progress library for interacting with EthPM packages in Javascript and TypeScript.

Check out a short guided tutorial here.

Usage Example

const ethpm: Session = await EthPM.configure<HasManifests>({
  manifests: "ethpm/manifests/v2",
}).connect();

const pkg = await ethpm.manifests.read(examples["wallet-with-send"]);

See Session for API

Generated using TypeDoc