web3.swift:以太坊Swift API支持智能合约ENS和ERC20 源码
安装 可可豆 将web3.swift添加到您的Podfile : pod 'web3.swift' 然后运行以下命令: $ pod install 用法 入门 使用EthereumKeyStorage提供程序创建一个EthereumAccount实例。 这为您的密钥提供了一个包装,供web3.swift使用。 注意我们建议您实现自己的KeyStorage提供程序,而不要依赖提供的EthereumKeyLocalStorage类。 提供此示例作为符合EthereumKeyStorageProtocol 。 import web3 let keyStorage = EthereumKeyL
文件列表
web3.swift:以太坊Swift API,支持智能合约,ENS和ERC20
(预估有个236文件)
aes.c
18KB
.clang-format
2KB
keccak-tiny.c
5KB
secp256k1_ec_mult_static_context.h
212KB
lax_der_privatekey_parsing.c
5KB
lax_der_parsing.c
4KB
field_10x26_impl.h
46KB
secp256k1.c
20KB
field_5x52_impl.h
16KB
group_impl.h
27KB
暂无评论