Skip to content

NethermindEth/starknet-abi-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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