JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q21190F
  • License MIT

A template for creating npm packages using TypeScript and VSCode

Package Exports

  • @psibase/plugin
  • @psibase/plugin/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@psibase/plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

psibase Plugin Client

NPM package to initialize plugins on the psibase blockchain.

Getting started

Install

npm install @psibase/plugin

Usage

import { psibase } from '@psibase/plugin';

psibase.connect();
//=> 'Hello world!'

API

connect()