Skip to content

Instantly share code, notes, and snippets.

@fortmarek
Last active October 29, 2018 09:02
Show Gist options
  • Save fortmarek/d6dc7cfacf70f3fa15dbdf96a0805720 to your computer and use it in GitHub Desktop.
Save fortmarek/d6dc7cfacf70f3fa15dbdf96a0805720 to your computer and use it in GitHub Desktop.
let walletStorage = KeychainStorageStrategy(identifier: "cz.ackee.etherkit.example")
let key = HDKey.Private(walletStorage, network: .rinkeby, path: [
KeyPathNode(at: 44, hardened: true),
KeyPathNode(at: 60, hardened: true),
KeyPathNode(at: 0, hardened: true),
KeyPathNode(at: 1),
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment