Skip to content

Instantly share code, notes, and snippets.

@jradness
Created May 12, 2018 04:48
Show Gist options
  • Save jradness/a1d273d3159e92396310b0a189a0cd72 to your computer and use it in GitHub Desktop.
Save jradness/a1d273d3159e92396310b0a189a0cd72 to your computer and use it in GitHub Desktop.
Blockstart Swift
// 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