From 82f431f58a94e2fede05b33b2c2b72fb52d3be8b Mon Sep 17 00:00:00 2001 From: Victor Oliva Date: Tue, 16 Apr 2024 00:26:37 +0200 Subject: [PATCH] add emojis to features --- docs/pages/index.mdx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/pages/index.mdx b/docs/pages/index.mdx index 90243ff4..7ae077ff 100644 --- a/docs/pages/index.mdx +++ b/docs/pages/index.mdx @@ -36,16 +36,16 @@ import { KeyPoint } from '../components/KeyPoint';

Features

- - **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**.
\ No newline at end of file