@arcblock/auth-js

Auth SDK for API Service by ArcBlock

Usage no npm install needed!

<script type="module">
  import arcblockAuthJs from 'https://cdn.skypack.dev/@arcblock/auth-js';
</script>

README

@arcblock/auth-js

build status code coverage styled with prettier license

Javascript SDK for ArcBlock Auth Service

Table of Contents

Install

npm install @arcblock/auth-js
// or
yarn add @arcblock/auth-js

Usage

const AuthSDK = require('@arcblock/auth-js');

const client = new AuthSDK();
console.log(client.getMutations());

Browser Compatibility TO BE DONE