Skip to content

Commit

Permalink
docs: 📝 Add PAPI docs
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Nov 18, 2024
1 parent 4f33360 commit 245f91c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .changeset/olive-lions-enjoy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- [[#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
3 changes: 3 additions & 0 deletions docs/guide/intro/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 245f91c

Please sign in to comment.