npm.io
3.0.1 • Published 6 years ago

@ddn/ddn-js

Licence
MIT
Version
3.0.1
Deps
15
Size
1.0 MB
Vulns
0
Weekly
0

DDN Javascript Library

Install

npm install ddn-js --save

Import

CommonJS

var DdnJS = require('ddn-js');
DdnJS.options.set('nethash','aaaaaa')

Front end

<script type="text/javascript" src="/ddn.js"></script>
# or
<script type="text/javascript" src="/ddn.min.js"></script>
window.DdnJS.options.set('nethash','aaaaaa')
console.log(window.DdnJS)

Usage

Please reference the ddn http interface documents