Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.15 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.15 KB

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

Using Custom CSS

Building Locally

  • pnpm install - to install dependencies initially
  • pnpm dev - to run in development mode in storybook
  • yalc publish - to publish to local pnpm store

RoadMap

  • Support enums in function params
  • Support for Cairo v1, v0