ethereumjs-util:以太坊实用程序功能的集合

时间:2024-02-25 17:13:02
【文件属性】:

文件名称:ethereumjs-util:以太坊实用程序功能的集合

文件大小:62KB

文件格式:ZIP

更新时间:2024-02-25 17:13:02

javascript hex utilities buffer utils

概要 以太坊实用程序功能的集合。 它可以在Node.js和带有的浏览器中使用。 安装 npm install ethereumjs-util 用法 import assert from 'assert' import { isValidChecksumAddress , unpadBuffer , BN } from 'ethereumjs-util' const address = '0x2F015C60E0be116B1f0CD534704Db9c92118FB6A' assert . ok ( isValidChecksumAddress ( address ) ) assert .


【文件预览】:
ethereumjs-util-master
----tsconfig.prod.json(116B)
----.gitignore(1KB)
----package.json(3KB)
----tslint.json(45B)
----src()
--------@types()
--------hash.ts(4KB)
--------object.ts(3KB)
--------address.ts(3KB)
--------signature.ts(4KB)
--------externals.ts(515B)
--------index.ts(711B)
--------helpers.ts(1KB)
--------account.ts(9KB)
--------types.ts(1KB)
--------bytes.ts(6KB)
--------constants.ts(1KB)
----karma.conf.js(790B)
----LICENSE(16KB)
----CHANGELOG.md(20KB)
----tsconfig.json(88B)
----typedoc.js(283B)
----.github()
--------contributing.md(781B)
--------workflows()
----.prettierignore(70B)
----README.md(3KB)
----prettier.config.js(56B)
----docs()
--------classes()
--------interfaces()
--------README.md(496B)
--------modules()
----test()
--------bytes.spec.ts(8KB)
--------signature.spec.ts(10KB)
--------externals.spec.ts(3KB)
--------constants.spec.ts(1KB)
--------hash.spec.ts(9KB)
--------testdata()
--------object.spec.ts(3KB)
--------address.spec.ts(4KB)
--------account.spec.ts(24KB)

网友评论