An open API service indexing awesome lists of open source software.

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.

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)