starknet-react icon indicating copy to clipboard operation
starknet-react copied to clipboard

Example and template should be two different projects

Open fracek opened this issue 3 years ago • 0 comments

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 like create-next-app to quickly setup a starknet application from different templates.

fracek avatar Jul 17 '22 15:07 fracek