From ebc5218381675b1ce8ba025dfe35a572c6b6b15d Mon Sep 17 00:00:00 2001 From: abebeos <110243666+abebeos@users.noreply.github.com> Date: Sat, 4 Mar 2023 15:01:04 +0200 Subject: [PATCH] FRAME: add a basic readme (#13520) --- substrate/frame/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 substrate/frame/README.md diff --git a/substrate/frame/README.md b/substrate/frame/README.md new file mode 100644 index 0000000000..47a7892c2c --- /dev/null +++ b/substrate/frame/README.md @@ -0,0 +1,11 @@ +# FRAME + +The FRAME development environment provides modules (called "pallets") and support libraries that you can use, modify, and extend to build the runtime logic to suit the needs of your blockchain. + +### Documentation + +https://docs.substrate.io/reference/frame-pallets/ + +### Issues + +https://github.com/orgs/paritytech/projects/40