Skip to content

Instantly share code, notes, and snippets.

@mirceanis
Created January 29, 2018 09:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mirceanis/1201ee138bc4c8576ba1faf5d13bca76 to your computer and use it in GitHub Desktop.
Save mirceanis/1201ee138bc4c8576ba1faf5d13bca76 to your computer and use it in GitHub Desktop.
demo code for issue #20 on kethereum
package com.example
import org.junit.Test
import org.kethereum.bip39.Mnemonic
//run as an android instrumented test
@Test
fun testJwtComponents() {
//causes crash because the provider is not initialized yet
Mnemonic.mnemonicToSeed("whatever phrase")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment