cra-template-eth-dapp-typescript
1.2.0 • Public • Published Create React Ethereum DApp Template

Create React Ethereum DApp Easy and Fast
npx create-react-app my-app --template eth-dapp-typescript
# or yarn
yarn create react-app my-app --template eth-dapp-typescript
my-app/
README.md
node_modules/
package.json
public/
index.html
favicon.ico
logo192.png
logo512.png
manifest.json
robots.txt
@types/
index.d.ts
src/
components/
ConnectWallet.tsx
WalletInfo.tsx
hooks/
index.ts
lib/
connectors/
index.ts
portis-connector.ts
App.css
App.tsx
App.test.tsx
index.css
index.tsx
react-app-env.d.ts
reportWebVitals.ts
setupTests.ts
- MetaMask(injected)
- Portis(Override connector)
- WalletConnect
- WalletLink(Coinbase)
- Mainnet / 1
- Ropsten / 3
- Rinkeby / 4
- Goerli / 5
- Kovan / 42
- Matic Mainnet / 137
- Matic Testnet(Mumbai) / 80001
Package Sidebar
Install
npm i cra-template-eth-dapp-typescript
Weekly Downloads