Files
pezkuwi-subxt/substrate/frame
Andrew Jones dfd7b15eff Contracts: make benchmark dependencies optional in std feature (#2576)
`wasm-instrument` and `rand` are optional and only used in benchmarking,
so should not be pulled in by default as part of the `std` feature.
2023-12-01 13:19:09 +02:00
..
2023-09-04 12:02:32 +03:00

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