diff --git a/.changeset/olive-lions-enjoy.md b/.changeset/olive-lions-enjoy.md index d264f18e..97af7175 100644 --- a/.changeset/olive-lions-enjoy.md +++ b/.changeset/olive-lions-enjoy.md @@ -7,4 +7,5 @@ November Update - [[#435](https://github.com/Moonsong-Labs/moonwall/issues/435)] Zombienets dont require parachains anymore -- [[#408](https://github.com/Moonsong-Labs/moonwall/issues/408)] preScript failures halt test runs \ No newline at end of file +- [[#408](https://github.com/Moonsong-Labs/moonwall/issues/408)] preScript failures halt test runs +- [[#405](https://github.com/Moonsong-Labs/moonwall/issues/405)] Add PAPI Support \ No newline at end of file diff --git a/docs/guide/intro/providers.md b/docs/guide/intro/providers.md index e949150d..abd6edce 100644 --- a/docs/guide/intro/providers.md +++ b/docs/guide/intro/providers.md @@ -17,6 +17,9 @@ At time of writing, Moonwall supports the following providers: PolkadotJs is a suite of tools, including a JavaScript library, for interacting with the Polkadot network and other Substrate-based blockchains. To learn more about PolkadotJs, you can check out the [PolkadotJs docs](https://polkadot.js.org/docs/api/){target=_blank} +### Polkadot-API (PAPI) + +[Polkadot-API](https://github.com/polkadot-api/polkadot-api){target=_blank} is a modern, lightweight, and fast alternative to the PolkadotJs library for interacting with Substrate-based blockchains. It is designed to be more performant and have a smaller bundle size compared to PolkadotJs, while maintaining compatibility with the Polkadot ecosystem. For more information about Polkadot-API, check out the [Polkadot-API docs](https://papi.how/){target=_blank}. ### Ethers