2.0.4 • Published 5 years ago

neo-dapi v2.0.4

Weekly downloads
9
License
MIT
Repository
github
Last release
5 years ago

neo-dapi

A standalone bundle for interfacing with the NEO blockchain

Usage

In a browser - cdn npm.io

<script src="https://cdn.jsdelivr.net/npm/neo-dapi/lib/neo-dapi.min.js"></script>
window.o3dapiOntClient

Install via npm npm version

npm i --save neo-dapi

or

yarn add neo-dapi
var neoDapi = require('neo-dapi');

import neoDapi from 'neo-dapi';

Example

import neoDapi from 'neo-dapi';

neoDapi.getBalance({
  params: [{address: 'AScKxyXmNtEnTLTvbVhNQyTJmgytxhwSnM'}],
  network: 'MainNet',
})
.then(balances => console.log(balances));
2.0.4

5 years ago

2.0.0

5 years ago

2.0.3

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago