0.3.0 • Published 3 years ago
dagda v0.3.0

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 dagdaUsage
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