Skip to content

Instantly share code, notes, and snippets.

@jradness
Last active May 12, 2018 04:49
Show Gist options
  • Save jradness/8621c753c1c5d180017c81a434fe8d40 to your computer and use it in GitHub Desktop.
Save jradness/8621c753c1c5d180017c81a434fe8d40 to your computer and use it in GitHub Desktop.
Blockstart Kotlin
// Put this in your build.gradle file
implementation 'com.blockstart.blockstartsdk:android-blockstart-sdk:1.0.0'
// Then in your code file:
// Design your cryptocurrency
val coolCoin = Token(tokenName: "Cool Coin", totalSupply: 100000000.0, decimals: 6.0, mutable: false)
// Publish it
coolCoin.launchToken()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment