JSPM

@ocap/contract

1.23.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6921
  • Score
    100M100P100Q163342F
  • License Apache-2.0

Utility to compile/validate and run ocap contract

Package Exports

  • @ocap/contract
  • @ocap/contract/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 (@ocap/contract) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

nft

styled with prettier docs Gitter

Utility to validate compile and execute ocap contract

Table of Contents

Install

npm install @ocap/contract
// or
pnpm install @ocap/contract

Usage

const contract;
// TODO