create-eth-app
create-eth-app copied to clipboard
Create Ethereum-powered apps with one command
Bumps [got](https://github.com/sindresorhus/got) from 11.8.3 to 11.8.5. Release notes Sourced from got's releases. v11.8.5 Backport security fix https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc CVE-2022-33987 https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5 Commits 5e17bb7 11.8.5 bce8ce7 Backport 861ccd9ac2237df762a9e2beed7edd88c60782dc 8ced192 Fix build 670eb04 11.8.4...
**Bug Description** During installation, when execute `yarn create eth-app my-eth-app --framework vue` command in terminal, it show prompts below: ``` [1/4] 🔍 Resolving packages... [2/4] 🚚 Fetching packages... [3/4] 🔗...
Thank you for awesome repo! ran `yarn react-app:start` and it gave me > Module not found: Can't resolve '@project/contracts' in 'C:\Users\sejong\Desktop\etc\Dapp\my-eth-app\packages\react-app\src' Seems like import statement `import { addresses, abis }...
**Bug Description** Yarn throws the following error on fresh install: ``` The project in /Users/furkan/src/create-eth-app/package.json doesn't seem to have been installed - running an install there might help ``` What...
**Bug Description** when I use yarn create eth-app my-eth-app, it reported an error: Error log "error Command failed. Exit code: 128 Command: git Arguments: fetch --tags Directory: /Users/coln/Library/Caches/Yarn/v6/.tmp/166c4037ddf7608d79e84e263dcd7746 Output: fatal:...
### Discussed in https://github.com/paulrberg/create-eth-app/discussions/195 Originally posted by **ooper-zz** February 17, 2022 The background process does seem to recompile the project, but when I make edits to the page, it does...
The subgraph URL currently used in CEA does not work anymore: https://api.thegraph.com/subgraphs/name/aave/protocol It looks like the latest one is: https://thegraph.com/hosted-service/subgraph/aave/protocol-v2 Similarly, the contract addresses are likely not up to date...
Jest is really hard to work with in TypeScript. See this (one of many issues I encountered with Jest): https://github.com/timkindberg/jest-when/issues/94 [Earljs](https://github.com/dethcrypto/earl), on the flipside, is written in TypeScript and offers...
Hello just tried to do a fresh install with the latest versions of node, npm and yarn (node->14.18.0)(npm->6.14.15)(yarn->1.22.15) and when using yarn create eth-app nameOfTheApp I get the following error...
The current way the repo files are extracted after they are downloaded is prone to errors. I've spent four hours today debugging https://github.com/paulrberg/create-eth-app/issues/135, thinking that the issue is related to...