3.0.3 • Published 2 years ago

@dsnp/sdk v3.0.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

DSNP TypeScript SDK

Easy to use SDK for the DSNP

Quick Start

Install the package

First, install the SDK package with the following command:

npm install @dsnp/sdk

Configure the SDK

Configuration File

Next, add a dsnp.config.js file to your project's root directory. For web3, the following contents will work:

var Web3 = require("web3");
var web3 = new Web3();

var provider = new Web3.providers.HttpProvider("<ETH NODE HTTP ADDRESS>");
web3.setProvider(provider);

var account = web3.eth.accounts.privateKeyToAccount("<ETH PRIVATE KEY>");
web3.eth.accounts.wallet.add(account);

module.exports = {
  accountAddress: account.address,
  provider: web3
};

Runtime Configuration

Alternatively, the configuration can be set at runtime with the following:

var config = require("@dsnp/sdk/Config");

config
  .setConfig({
    accountAddress: "<ACCOUNT ADDRESS HERE>",
    provider: web3
  })
  .then(function () {
    // Do something with the SDK
  });

Usage

Once the SDK is installed and configured, the following code can be used to post a batch on the chain:

var announcement = require("@dsnp/sdk/Announcement");

announcement.batch("<URI of batch file>", "<Hash of batch file>");

Documentation

See Documentation or generate documentation locally via npm run doc.

How to Install

Run npm install @dsnp/sdk

How to Build

Run npm run build

How to Compile Documentation

Documentation is deployed on merge to main to GitHub Pages: https://libertydsnp.github.io/sdk-ts/

  • Run npm run doc for HTML documentation
  • Run npm run doc:json for JSON documentation
  • Run npm run doc:markdown for markdown documentation (published with the npm package)

Environment Variables

NameDescription
RPC_URLurl of node to make calls to
BATCH_CONTRACT_ADDRESSAddress of contract on chain you are calling to
TESTING_PRIVATE_KEYOnly used in testing - private key of account you are sending transactions from

How to Test

Run npm run test

0.0.0-77f102

2 years ago

0.0.0-9c522e

2 years ago

0.0.0-48d905

2 years ago

0.0.0-7303ed

2 years ago

0.0.0-2d8bb6

2 years ago

0.0.0-e51513

2 years ago

0.0.0-e20826

3 years ago

0.0.0-a965f4

3 years ago

0.0.0-3e0897

3 years ago

0.0.0-8aab7b

3 years ago

0.0.0-7fc294

3 years ago

0.0.0-833aa7

3 years ago

0.0.0-1e3994

3 years ago

3.0.3

3 years ago

0.0.0-7c48e2

3 years ago

0.0.0-1a634c

3 years ago

0.0.0-c4ef10

3 years ago

0.0.0-a6f997

3 years ago

0.0.0-3c2a7a

3 years ago

3.0.2

3 years ago

0.0.0-c27385

3 years ago

0.0.0-a38373

3 years ago

0.0.0-04a188

3 years ago

3.0.1

3 years ago

0.0.0-54f461

3 years ago

0.0.0-ae9c6f

3 years ago

0.0.0-0601cc

3 years ago

3.0.0

3 years ago

0.0.0-c1d95b

3 years ago

0.0.0-5f60c9

3 years ago

0.0.0-01269d

3 years ago

0.0.0-563c71

3 years ago

0.0.0-2709c9

3 years ago

0.0.0-841bd2

3 years ago

0.0.0-4aaafe

3 years ago

0.0.0-8d0236

3 years ago

0.0.0-33f2b8

3 years ago

0.0.0-e5777d

3 years ago

0.0.0-898a31

3 years ago

0.0.0-056cf1

3 years ago

0.0.0-86fe00

3 years ago

0.0.0-86da5a

3 years ago

2.1.2

3 years ago

0.0.0-44a710

3 years ago

0.0.0-b84a15

3 years ago

0.0.0-f3c5c5

3 years ago

0.0.0-15b656

3 years ago

2.1.1

3 years ago

0.0.0-d21e15

3 years ago

0.0.0-80e746

3 years ago

0.0.0-b62952

3 years ago

0.0.0-440437

3 years ago

0.0.0-abd844

3 years ago

2.1.0

3 years ago

0.0.0-6f2dab

3 years ago

0.0.0-e0c7ac

3 years ago

0.0.0-179bde

3 years ago

0.0.0-d06294

3 years ago

0.0.0-1c4cdc

3 years ago

2.0.2

3 years ago

0.0.0-6082ae

3 years ago

0.0.0-47f4fd

3 years ago

0.0.0-c6a5a2

3 years ago

0.0.0-261910

3 years ago

0.0.0-15c3f7

3 years ago

0.0.0-8f2ae6

3 years ago

0.0.0-50a5fe

3 years ago

2.0.1

3 years ago

0.0.0-994458

3 years ago

0.0.0-1e6fd2

3 years ago

0.0.0-a514ec

3 years ago

0.0.0-f39e7f

3 years ago

0.0.0-da02ec

3 years ago

2.0.0

3 years ago

0.0.0-aa2c5b

3 years ago

0.0.0-062c22

3 years ago

0.0.0-ac2374

3 years ago

0.0.0-bb9793

3 years ago

0.0.0-d4e3a7

3 years ago

0.0.0-899c38

3 years ago

0.0.0-e6bade

3 years ago

0.0.0-aee97e

3 years ago

0.0.0-85a1d1

3 years ago

0.0.0-75624c

3 years ago

0.0.0-2c0cd6

3 years ago

0.0.0-f6950a

3 years ago

0.0.0-e29064

3 years ago

0.0.0-fd1aba

3 years ago

0.0.0-f2350e

3 years ago

0.0.0-4d9a01

3 years ago

0.0.0-672eb7

3 years ago

0.0.0-b224f5

3 years ago

0.0.0-998232

3 years ago

0.0.0-d9b78c

3 years ago

0.0.0-23cc64

3 years ago

0.0.0-86342e

3 years ago

0.0.0-3c807d

3 years ago

0.0.0-2ddbab

3 years ago

0.0.0-37dc26

3 years ago

0.0.0-9fbd4b

3 years ago

0.0.0-0fe5bf

3 years ago

0.0.0-562008

3 years ago

0.0.0-56835d

3 years ago

0.0.0-aba284

3 years ago

0.0.0-85874c

3 years ago

0.0.0-2aa1e6

3 years ago

0.0.0-02ba0d

3 years ago

0.0.0-deb0b1

3 years ago

0.0.0-293123

3 years ago

1.0.0

3 years ago

0.0.0-322b6f

3 years ago

0.0.0-e9f4d1

3 years ago

0.0.0-1f5df5

3 years ago

0.0.0-7d4f28

3 years ago

0.0.0-869490

3 years ago

0.0.0-86a3e8

3 years ago

0.0.0-825e8b

3 years ago

0.0.0-c988da

3 years ago

0.0.0-b0dedf

3 years ago

0.0.0-daf646

3 years ago

0.0.0-546ddf

3 years ago

0.0.0-819b90

3 years ago

0.0.0-10b12c

3 years ago

0.0.0-0c04e9

3 years ago

0.0.0-3d7ded

3 years ago

0.0.0-0a73c1

3 years ago

0.0.0-97604a

3 years ago

0.0.0-0fb5a0

3 years ago

0.0.0-fc96b8

3 years ago

0.0.0-720317

3 years ago

0.0.0-875b82

3 years ago

0.0.0-f8b540

3 years ago

0.0.0-33a000

3 years ago

0.0.0-f86662

3 years ago

0.0.0-8391c7

3 years ago

0.0.0-372c56

3 years ago

0.0.0-78def2

3 years ago

0.0.0-513646

3 years ago

0.0.0-960a18

3 years ago

0.0.0-06dac2

3 years ago

0.0.0-58c147

3 years ago

0.1.0

3 years ago

0.0.0-d4cd6c

3 years ago

0.0.0-6803e8

3 years ago

0.0.0-63cb8d

3 years ago

0.0.0-f0b90d

3 years ago

0.0.0-fd18c1

3 years ago

0.0.0-f1a398

3 years ago

0.0.0-9a053e

3 years ago

0.0.0-04ac41

3 years ago

0.0.0-efdb66

3 years ago

0.0.0-ff6ac7

3 years ago

0.0.0-cdb32d

3 years ago

0.0.0-7c33d7

3 years ago

0.0.0-e3daf4

3 years ago

0.0.0-d4a9d4

3 years ago

0.0.0-c43b4e

3 years ago

0.0.0-ee5111

3 years ago

0.0.0-447f11

3 years ago

0.0.0-f67fb3

3 years ago

0.0.0-f4427d

3 years ago

0.0.0-49665c

3 years ago

0.0.0-3aa71c

3 years ago