starknet-react-abi-ui
v0.1.1
Published
A Starknet ABI Form Parser, with type Validations for Starknet Contracts and making integration faster with Starknet.
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-react-abi-ui- In your Dapp Import the
ABIFormand use it.- Sample usage you can checkout at /example/react-app/starknet-abi-form-driver
- To Import form styles
import "starknet-react-abi-ui/index.css";from your usage.
- Checkout sample react project at /example/react-app/starknet-abi-form-driver
Building Locally
pnpm install- to install dependencies initiallypnpm dev- to run in development mode in storybookyalc publish- to publish to local pnpm store
