# ethereum-adapter **Repository Path**: jjhoc/ethereum-adapter ## Basic Information - **Project Name**: ethereum-adapter - **Description**: No description available - **Primary Language**: Go - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2021-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ethereum-adapter 本项目适配了openwallet.AssetsAdapter接口,给应用提供了底层的区块链协议支持。 ## 项目依赖库 - [go-owcrypt](https://github.com/blocktree/go-owcrypt.git) - [go-owcdrivers](https://github.com/blocktree/.git) ## 如何测试 openwtester包下的测试用例已经集成了openwallet钱包体系,创建conf文件,新建ETH.ini文件,编辑如下内容: ```ini #wallet api url ServerAPI = "http://127.0.0.1:10001" #block chain ID ChainID = 1 # fix gas limit fixGasLimit = "" # Cache data file directory, default = "", current directory: ./data dataDir = "" ```