0.1.5 • Published 7 months ago

@openweb3-io/waas v0.1.5

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

Typescript/Javascript library for interacting with the WaaS API and verifying WaaS signatures

GitHub tag NPM version

Join our slack

Usage Documentation

You can find general usage documentation at https://docs.waas.openweb3.io. For complete API documentation with code examples for each endpoint in all of our official client libraries head over to our API documentation site at https://api.waas.openweb3.io.

Language Support

Installation

npm install @openweb3-io/waas
# or
yarn add @openweb3-io/waas

Usage

import { ApiClient } from "@openweb3-io/waas";

const apiClient = new ApiClient("API-KEY", "PRIVATE KEY");
const chains = await apiClient.chains.list({ limit: 20 });

Development

First checkout the core README for details on how to generate our API bindings, then follow the steps below.

Requirements

  • node
  • yarn

Building the library

yarn
yarn build

Contributing

Before opening a PR be sure to format your code!

yarn lint:fix

Running Tests

Simply run:

yarn test
0.1.5

7 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

11 months ago

0.1.0

11 months ago