starknet-react
starknet-react copied to clipboard
Example and template should be two different projects
PR #143 is failing to build because they added the new hook to the example, which uses the published version of the package.
The solution is to:
- have the example package use the workspace version of the core package
- have a separate template project called
create-starknet-app. The project works likecreate-next-appto quickly setup a starknet application from different templates.