# eth-demo **Repository Path**: stan_lie/eth-demo ## Basic Information - **Project Name**: eth-demo - **Description**: 以太坊demo - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-17 - **Last Updated**: 2022-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## linden-cloud DApp *** #### 依赖 ``` 1.npm install web3@1.4.0 2.npm install ethereumjs-tx@1.3.7 3.npm install --save ethers ``` *** #### 问题 ``` 1. infura 不支持sendTransaction,只能发起签名交易(sendSignedTransaction) ``` ***