0.1.1 • Published 7 months ago

@djuno/web3auth-sdk v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

Djuno Web3auth SDK

A SDK from Djuno making it easy for developers to interact with Djuno's web3auth service.

Djuno web3auth's SDK is a JavaScript and TypeScript framework-agnostic library that supports both CommonJS and ES module systems.

Getting Started

Installation

  • Requires Node.js v16 or higher
  • npm install @djuno/web3auth-sdk or yarn add @djuno/web3auth-sdk

Quickstart

import { Client } from '@djuno/web3auth-sdk';

const client = new Client({
  endpointUrl: 'replaceme',
  accessKey: 'your-access-key',
});

client.networks().then((response) => console.log(response));
0.1.1

7 months ago

0.0.3

9 months ago

0.0.2

10 months ago

0.0.1

10 months ago