https://github.com/ggwpez/framy
Scaffolds FRAME pallets.
https://github.com/ggwpez/framy
frame pallet polkadot rust substrate
Last synced: 5 months ago
JSON representation
Scaffolds FRAME pallets.
- Host: GitHub
- URL: https://github.com/ggwpez/framy
- Owner: ggwpez
- Created: 2023-05-08T10:34:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-06T16:17:12.000Z (about 2 years ago)
- Last Synced: 2025-04-17T16:54:37.049Z (6 months ago)
- Topics: frame, pallet, polkadot, rust, substrate
- Language: Rust
- Homepage: https://substrate.io
- Size: 186 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FRAMY
Currently the only thing that `FRAMY` can do, is creating a new pallet. The pallet compiles and is setup with the default dependencies plus benchmarking and tests. You are good to go and just have to resolve the remaining `TODO`s.
Note that it will not add the pallet to your workspace; this needs to be done manually.
## Install
```bash
cargo install framy -f --locked
```## Usage
```bash
framy
```You can see the output in the [`examples/pallet-example`](./examples/pallet-example) folder.
# Demo
[gdrive video link](https://drive.google.com/file/d/1aBJjRyfqNIXcGSo0TfhhLzZ6_qT0Bv-a/view?usp=sharing)