SkillAgentSearch skills...

EthereumWallet

功能基本齐全的以太坊钱包/Ethereum Wallet For Rinkeby Testnet

Install / Use

/learn @clockknock/EthereumWallet
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

简单的钱包练习项目

README for english at here.

Ethereum钱包(以太坊钱包).github地址:https://github.com/clockknock/wallet ,欢迎start.

基于web3js+React.js的网页钱包,基本功能齐全,简单易懂有注释,适合初学者学习.

Quick Start

在src目录下生成config.js,填入以下内容,就可以npm run start 开始了

module.exports={etherscanAK,infuraApiKey};

let Config={
    rinkeby:{
        etherscanAK:"you EtherScan ApiKey",
        infuraApiKey:"your Infura ApiKey",
        etherscanBaseUrl:"api-rinkeby.etherscan.io"
    },
    mainnet:{
        etherscanAK:"you EtherScan ApiKey",
        infuraApiKey:"your Infura ApiKey",
        etherscanBaseUrl:"api.etherscan.io"
    }
};

module.exports=Config;

代码跑起来后的样子可见:http://193.112.157.22:3000/

逻辑都在/src/App.js,EtherScan和infura的ApiKey 请查阅 EtherScanInfura 获取.

View on GitHub
GitHub Stars37
CategoryDevelopment
Updated1mo ago
Forks10

Languages

JavaScript

Security Score

75/100

Audited on Feb 13, 2026

No findings