dominant-strategies / quais-5.js

MIT License
1 stars 6 forks source link

The Quais Project

npm (tag) Node.js CI

A complete Quai wallet implementation and utilities in JavaScript (and TypeScript). Quais is a downstream fork of Ethers v5.7.2.

Features: IMPORTANT: These features are in beta and may not be 1:1 compatible with Quai Network as it stands.

Keep Updated

For the latest news and advisories, please follow the @quainetwork on Twitter (low-traffic, non-marketing, important information only) as well as watch this GitHub project.

For the latest changes, see the CHANGELOG.

Installing

node.js

/home/ricmoo/some_project> npm install --save quais

browser (ESM)

<script type="module">
    import { quais } from "quais";
</script>

Documentation

Browse the ethers based documentation online:

Ancillary Packages

Polling Disabled in Quais: In an effort to optimize performance, polling has been disabled in the Quais project. For users who require polling functionality, the quais-polling npm package is available. This package acts as a shim, reintroducing polling capabilities in a manner that is easy to integrate for those who need it. You can find more information and installation instructions for quais-polling in the package repository

License

MIT License (including all dependencies).