# cryptozoic-adapter **Repository Path**: jjhoc/cryptozoic-adapter ## Basic Information - **Project Name**: cryptozoic-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 # cryptozoic-adapter 本项目继承了ethereum-adapter,主要修改了如下内容: - 重写了Symbol = "VCC"。 ## 如何测试 openwtester包下的测试用例已经集成了openwallet钱包体系,创建conf文件,新建VCC.ini文件,编辑如下内容: ```ini #wallet api url ServerAPI = "http://127.0.0.1:20035" #block chain ID ChainID = # Cache data file directory, default = "", current directory: ./data dataDir = "" ```