dagda

0.3.0 • Public • Published

DagdaClient

Dagda can be used to create your own private ledgers within the public BSV blockchain using a simple client interface.

We're in BETA so the service is on testnet only. Please report any bugs you encounter to the team at https://elas.co - all transactions are associated with your registration details.

A mainnet production ready paid service will be available Soon™.

Installation

yarn add dagda

Usage

Get your userID and bearerToken by registering here: https://dagda.app

import DagdaClient from 'dagda'

const dagda = new DagdaClient({
    userID: '{your id}',
    bearerToken: '{your token}',
    testnet: true // default is mainnet
})

See examples of usage and view your graphed nodes here: https://dagda.app

Package Sidebar

Install

npm i dagda

Weekly Downloads

31

Version

0.3.0

License

ISC

Unpacked Size

10.9 kB

Total Files

3

Last publish

Collaborators

  • dkellen