AschPlatform / asch-js

Asch frontend library
18 stars 15 forks source link

Build Status Author License NpmDownload Status NPM Version


Asch Javascript Library

Install

npm install asch-js

Import

CommonJS

var AschJS = require('asch-js');

Front end

<script type="text/javascript" src="https://github.com/AschPlatform/asch-js/raw/master/browserify-asch.js"></script>
# or
<script type="text/javascript" src="https://github.com/AschPlatform/asch-js/raw/master/browserify-asch-min.js"></script>

console.log(window.AschJS)

Usage

Please reference the asch http interface documents