文件名称:simple-postchain
文件大小:93KB
文件格式:ZIP
更新时间:2024-04-04 16:07:26
TypeScript
用法 初始化客户端可以通过不同的方式完成。 在开发期间,如果BRID可能一直在变化,那么不必指定BRID便很方便。 然后,客户端将从ID为0的链中获取BRID。如果您需要其他链,则也可以指定该ID。 import { BlockchainClient } from "simple-postchain" ; // Initialize a client by Blockchain RID (BRID) const client = BlockchainClient . InitializeByBrid ( 'http://127.0.0.1:7740' , '898C57DA662CE388FDA9C2DACB1FEA2D983B3097E83FFD68F51E959B6A4BCD0B' ) ; // Initialize a client by chainId const client
【文件预览】:
simple-postchain-master
----docker()
--------add-rid-to-env.sh(181B)
--------docker-compose.yml(411B)
--------entrypoint.sh(731B)
----.github()
--------workflows()
----yarn.lock(193KB)
----.eslintrc.js(1KB)
----src()
--------index.ts(116B)
--------blockchain()
----Dockerfile(657B)
----.npmignore(192B)
----tsconfig.json(307B)
----jest.config.js(207B)
----README.md(2KB)
----.gitignore(453B)
----.prettierrc.js(115B)
----rell()
--------build.sh(262B)
--------run-node.sh(95B)
--------src()
--------run.xml(270B)
--------config()
--------run-dev-node.sh(229B)
--------download-binaries.sh(193B)
----package.json(2KB)