You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
`eosjs` is a Javascript library which provides an API for integrating with EOSIO-based blockchains using the [EOSIO Nodeos RPC API](https://developers.eos.io/eosio-nodeos/reference). The documentation for `eosjs` is structured in the following way:
2
2
3
3
*[Installation](02_installation.md) explains how to install `eosjs` using `npm` or `yarn`.
4
-
*[Basic Usage](basic-usage/) provides information related to importing `eosjs` in various Javascript environments. The [basic-usage](basic-usage/03_basic-usage.md) document specifically provides brief explanations of the components provided by `eosjs` as well as their typical use cases.
4
+
*[Basic Usage](basic-usage/) provides information related to importing `eosjs` in various Javascript environments. The [basic-usage](basic-usage/index.md) document specifically provides brief explanations of the components provided by `eosjs` as well as their typical use cases.
5
5
*[FAQ](faq/) provides answers to frequently asked questions surrounding the `eosjs` software.
6
6
*[How-To Guides](how-to-guides/) provides how-tos on everything from getting block information to proposing and signing multi-sig transactions.
7
7
*[Troubleshooting](troubleshooting/) provides possible exceptions encountered when developing with `eosjs` and their most common causes.
8
-
*[Technical Overview](01_technical-overview.md) provides a high-level overview of how `eosjs` works.
8
+
*[Technical Overview](01_technical-overview.md) provides a high-level overview of how `eosjs` works.
0 commit comments