Skip to content

Commit

Permalink
add emojis to features
Browse files Browse the repository at this point in the history
  • Loading branch information
voliva committed Apr 15, 2024
1 parent babc619 commit 82f431f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ import { KeyPoint } from '../components/KeyPoint';
<div className="text-left w-full max-w-5xl p-2">
<h2 className="text-[--vocs-color_heading] text-3xl py-4 border-b border-gray-500 mb-4">Features</h2>

- **Light client first**: built on top of the [new JSON-RPC spec](https://paritytech.github.io/json-rpc-interface-spec/) to fully leverage the potential of light-clients.
- Delightful **TypeScript support** with types and docs generated from on-chain metadata.
- First class support for **storage** reads, **constants**, **transactions**, **events** and **runtime calls**.
- Perform **multiple connections** to different chains simultaneously.
- Prepare for an upcoming **runtime updates** by generating multiple descriptors and performing **compatibility checks**.
- **Performant and lightweight**: ships with multiple subpaths, so dApps don't bundle unnecessary assets.
- Uses **native BigInt**, instead of large BigNumber libraries
- Leverages dynamic imports to favour **faster loading times**.
- **Promise-based and Observable-based APIs**: use the one that best suit your needs and/or coding style.
- Use **signers** from your browser extension, or from a private key.
- Easy integration with **PJS-based extensions**.
- πŸͺΆ **Light client first**: built on top of the [new JSON-RPC spec](https://paritytech.github.io/json-rpc-interface-spec/) to fully leverage the potential of light-clients.
- πŸ’‘ Delightful **TypeScript support** with types and docs generated from on-chain metadata.
- πŸ“‹ First class support for **storage** reads, **constants**, **transactions**, **events** and **runtime calls**.
- πŸ”— Perform **multiple connections** to different chains simultaneously.
- πŸ”„ Prepare for an upcoming **runtime updates** by generating multiple descriptors and performing **compatibility checks**.
- πŸš€ **Performant and lightweight**: ships with multiple subpaths, so dApps don't bundle unnecessary assets.
- πŸ”’ Uses **native BigInt**, instead of large BigNumber libraries
- ⚑ Leverages dynamic imports to favour **faster loading times**.
- ✨ **Promise-based and Observable-based APIs**: use the one that best suit your needs and/or coding style.
- πŸ”‘ Use **signers** from your browser extension, or from a private key.
- 🧩 Easy integration with **PJS-based extensions**.
</div>
</HomePage.Root>

0 comments on commit 82f431f

Please sign in to comment.