1.2.1 • Published 10 months ago

@midnight-ntwrk/dapp-connector-api v1.2.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

Midnight DApp connector API

Definition of the Midnight DApp connector interface.

Structure

This package declares a set of TypeScript interfaces. All of them can be found in src/ directory:

  • api.ts - To the interface that's exposed to dapps
  • errors.ts - Errors thrown from the exposed api

Documentation

To generate documentation files in docs folder:

yarn build:docs

Global Variables Exposure

This package declares a global variable in the window.midnight.{walletName} scope.

The package needs to be imported in the project or the (typeRoots)https://www.typescriptlang.org/tsconfig#typeRoots needs to be configured to load the global variable declaration.

1.2.1

10 months ago

1.1.0

1 year ago

1.0.0

1 year ago