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.
- Host: GitHub
- URL: https://github.com/fuellabs/example-forc-plugins
- Owner: FuelLabs
- License: apache-2.0
- Created: 2024-02-19T19:44:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T09:44:48.000Z (over 1 year ago)
- Last Synced: 2025-05-21T18:34:17.449Z (about 1 year ago)
- Language: Rust
- Size: 28.3 KB
- Stars: 1
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |