1. 首页
  2. 数据库
  3. 其它
  4. cryptocurrency address detector:检测地址对应于哪种加密货币 源码

cryptocurrency address detector:检测地址对应于哪种加密货币 源码

上传者: 2021-02-08 22:48:55上传 ZIP文件 41.45KB 热度 11次
加密货币地址检测器 检测地址对应于哪种加密货币。 安装 ~ ❯❯❯ npm install cryptocurrency-address-detector 用法 const addressDetect = require ( 'cryptocurrency-address-detector' ) ; addressDetect ( '0x281055afc982d96fab65b3a49cac8b878184cb16' ) . then ( cryptocurrency => { console . log ( cryptocurrency ) ; //=> 'ETH' } ) ; ad
用户评论