Skip to content

Commit

Permalink
Update delightfuldot.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sinzii authored Sep 27, 2023
1 parent b3ed972 commit f138bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/delightfuldot.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Team members
| **0a.** | License | Apache 2.0 |
| **0b.** | Documentation | We will provide both **inline documentation** of the code and a basic **tutorial** that explains how to install `delightfuldot` and interact with Substrate-based networks. |
| **0c.** | Testing and Testing Guide | Core functions will be fully covered by comprehensive unit tests to ensure functionality and robustness. In the guide, we will describe how to run these tests. |
| 1. | Core functionalities | We'll build the following features for the library:<br/> - New type system built on top of `scale-ts` <br/> - A Metadata parser for the Substrate Metadata V14 <br/> - RPC APIs: Support default RPC APIs for Polkadot and Kusama networks & ability to add custom RPC APIs <br/> - APIs to inspect pallets' constants <br/> - APIs to execute so pallets' storage queries <br/> - APIs to inspect pallets' events & errors |
| 1. | Core functionalities | We'll build the following features for the library:<br/> - New type system built on top of `scale-ts` <br/> - A Metadata parser for the Substrate Metadata V14 <br/> - RPC APIs: Support default RPC APIs for Polkadot and Kusama networks & ability to add custom RPC APIs <br/> - APIs to inspect pallets' constants <br/> - APIs to execute pallets' storage queries <br/> - APIs to inspect pallets' events & errors |
| 2. | Publish to npm | We'll package and publish the library to npm, so developers can install and start using it.


Expand Down

0 comments on commit f138bcc

Please sign in to comment.