autoscript-lib
v1.0.1
Published
autoscript-crypto
Readme
autoscript-lib
This contains useful utility functions for Dapp developers.
Please read the documentation for more.
Installation
You can install the package either using NPM or using Yarn
Using NPM
npm install autoscript-libUsing Yarn
yarn add autoscript-libUsage
const auto = require('autoscript-lib');
console.log(auto);
{
const page = "xxx"
auto(page)
}Types
All the TypeScript typings are placed in the types folder.
