Skip to content

pengpengliu/EthereumKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EthereumKit

Install

SwiftPM

https://github.com/pengpengliu/EthereumKit.git

Usage

import EthereumKit

// let compressedPubkey = [0x02] + [UInt8](repeating: 0, count: 32)
let uncompressedPubkey = [UInt8](repeating: 0, count: 64)
let address = try! Address(uncompressedPubkey)
let checksummedWith0x = address.description 

About

A collection of utility functions for Ethereum

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages