Improve polkadot sdk docs (#2631)

Closes https://github.com/paritytech/polkadot-sdk-docs/issues/69
This commit is contained in:
Juan Girini
2023-12-06 20:26:06 +01:00
committed by GitHub
parent be500fc202
commit 4df313fbc7
4 changed files with 78 additions and 62 deletions
@@ -9,4 +9,4 @@
//! and some kind of rate limiting (eg. any account gets 5 free tx per day).
//! - The rule of thumb is that as long as the unsigned validate does one storage read, similar to
//! nonce, it is fine.
//! - This could possibly be a good tutorial/template, rather than a reference doc.
//! - This could possibly be a good guide/template, rather than a reference doc.