0.4.10 • Published 4 years ago

@xyo-network/client-xyo-nodejs v0.4.10

Weekly downloads
-
License
LGPL-3.0
Repository
-
Last release
4 years ago

logo

client-xyo-nodejs

NPM

npm.io BCH compliance Codacy Badge Sonarcloud Status Maintainability Known Vulnerabilities

The XYO Foundation provides this source code available in our efforts to advance the understanding of the XYO Procotol and its possible uses. We continue to maintain this software in the interest of developer education. Usage of this source code is not intended for production.

Table of Contents

Project Overview

Getting started

import { XyoContext, IXyoCollectorStatsSummary } from '@xyo-network/client-xyo-nodejs'

const main = async() => {
  const context =  await XyoContext.fetch('http://contexts.xyo.network/dataOcean.context.json')
  const result = await context.preform<IXyoCollectorStatsSummary>('collectorStatsSummary')
  console.log(result)
}

main()

Developer Guide

Maintainers

  • Carter Harrison

License

See the LICENSE.md file for license details.

Credits

Made with 🔥and ❄️ by XY - The Persistent Company

0.4.10

4 years ago

0.4.9

4 years ago

0.4.6-alpha.0

5 years ago

0.4.4-alpha.1

5 years ago

0.4.4-alpha.0

5 years ago

0.4.2

5 years ago

0.4.0-alpha.1

5 years ago

0.4.0-alpha.0

5 years ago

0.3.14-beta.0

5 years ago

0.3.12

5 years ago

0.3.10

5 years ago

0.3.8

5 years ago

0.3.6

5 years ago

0.3.4

5 years ago

0.3.2

5 years ago

0.3.0

5 years ago

0.2.8

5 years ago

0.2.0

5 years ago

0.1.8

5 years ago