Skip to content

Instantly share code, notes, and snippets.

@jradness
Created May 12, 2018 02:49
Show Gist options
  • Save jradness/9f6115f229b4f888a826e55a2fbd2f3c to your computer and use it in GitHub Desktop.
Save jradness/9f6115f229b4f888a826e55a2fbd2f3c to your computer and use it in GitHub Desktop.
Swift Blockstart
import Blockstart
// Design your cryptocurrency
let coolCoin = Token()
coolCoin.tokenName = "Cool Coin"
coolCoin.totalSupply = 100000000
coolCoin.decimals = 6
coolCoin.mutable = false
// Publish it!
coolCoin.launchToken()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment