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

https://github.com/fuellabs/example-forc-plugins

Examples of plugins for `forc` using different languages and frameworks.
https://github.com/fuellabs/example-forc-plugins

Last synced: 8 months ago
JSON representation

Examples of plugins for `forc` using different languages and frameworks.

Awesome Lists containing this project

README

          

# example-forc-plugins

Examples of plugins for `forc` using different languages and frameworks.

## Examples

| Example | Description | Language |
|---------|-------------|----------|
| [forc-tsgen](./forc-tsgen/) | Generate TypeScript types from a Fuel ABI | TypeScript |
| [forc-index-ts](./forc-index-ts/) | Indexing example using [Forc.toml metadata](./forc-index-ts/sample-project/Forc.toml) | TypeScript |
| [forc-index-rs](./forc-index-rs/) | Indexing example using [Forc.toml metadata](./forc-index-rs/sample-project/Forc.toml) | Rust |