文件名称:whisper-tools:Whisper v.6.0工具
文件大小:13KB
文件格式:ZIP
更新时间:2024-05-18 02:05:01
TypeScript
耳语工具 是一种黑暗的通讯协议,与以太坊的分散式web3愿景相似。 whisper-tools库是shh RPC调用的独立API包装器。 概述 通过从npm安装,将whisper-tools带入您的项目中。 npm i whisper-tools 然后,您导入WhisperApi类并实例化到新的shh对象中。 import { WhisperApi } from "whisper-tools" ; const shh = new WhisperApi ( "http://localhost:8545" ) ; const main = async ( ) => { const info = await shh . info ( ) ; const keypairId = await shh . newKeyPair ( ) ; } main ( ) ; 或者如果您使用
【文件预览】:
whisper-tools-master
----.gitignore(18B)
----package.json(633B)
----tslint.json(149B)
----package-lock.json(12KB)
----src()
--------Identity.ts(807B)
--------genWhisperApi.ts(3KB)
--------WhisperApi.ts(9KB)
--------Types.ts(901B)
--------test.ts(2KB)
--------index.ts(99B)
----index.js(46B)
----tsconfig.json(5KB)
----README.md(2KB)
----.npmignore(29B)
----test()
--------Identity.ts(0B)
--------WhisperApi.ts(2KB)