Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 455 Bytes

DOCS.md

File metadata and controls

17 lines (13 loc) · 455 Bytes

DSNP SDK

Installing

See README

Quick Start

  • npm install @dsnp/sdk
  • Import:
    • import sdk from "@dsnp/sdk";
    • import { setConfig } from "@dsnp/sdk";
    • import { publish } from "@dsnp/sdk/core/contracts/publisher";
  • Require:
    • const sdk = require("@dsnp/sdk");
    • const { setConfig } = require("@dsnp/sdk");
    • const { publish } = require("@dsnp/sdk/core/contracts/publisher");