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.
- Sections
- Project Overview
- Scope of Features
- Getting Started
- Developer Guide
- Maintainers
- License
- Credits
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()
- Carter Harrison
See the LICENSE.md file for license details.
Made with 🔥and ❄️ by XY - The Persistent Company