starknet-abi-forms
v0.1.9
Published
A Starknet ABI Form Parser, with type Validations for Starknet Contracts and making integration faster with Starknet.
Downloads
15
Maintainers
Readme
Starknet React ABI Form
This package helps you render the forms via abi, and have input validations built-in to help you build faster your dapp on starknet.
Usage in You Dapp
npm install starknet-abi-forms
- In your Dapp Import the
ABIForm
and use it.- Sample usage you can checkout at /example/react-app/starknet-abi-form-driver
- To Import form styles
import "starknet-abi-forms/index.css";
from your usage.- You can add your styling with as below by overriding css from a new css file.
- Checkout sample react project at /example/react-app/starknet-abi-form-driver
Using Custom CSS
Building Locally
pnpm install
- to install dependencies initiallypnpm dev
- to run in development mode in storybookyalc publish
- to publish to local pnpm store
RoadMap
- Support enums in function params
- Support for Cairo v1, v0