This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Hello ConsenSys, | |
| I have been developing software for the banking and brokerage industry since 2000, my most recent job was the CTO of | |
| Voleo USA, a FINRA registered broker-dealer catering to investment clubs (groups of friends or family). | |
| I built that brokerage from scratch, we had native Android, iOS, and Web apps, along with the brokerage backend, | |
| it was in Java, PHP, Coffeescript, Javascript. Unfortunately, for most of my career I have been working on enterprise | |
| systems so I do not have code on Github that you can review. | |
| I have also been a Bitcoin enthusiast since 2014, not just for HODLing, but using it to make transactions, loans, etc. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pragma solidity ^0.4.16; | |
| import "https://github.com/OpenZeppelin/openzeppelin-solidity/contracts/token/ERC20/MintableToken.sol"; | |
| contract VansToken is MintableToken { | |
| // Coin Properties | |
| string public name = "Vans Token"; | |
| string public symbol = "Vans"; | |
| uint256 public decimals = 18; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pragma solidity ^0.4.16; | |
| import "https://github.com/OpenZeppelin/openzeppelin-solidity/contracts/token/ERC20/MintableToken.sol"; | |
| contract VansToken is MintableToken { | |
| // Coin Properties | |
| string public name = "Vans Token"; | |
| string public symbol = "Vans"; | |
| uint256 public decimals = 18; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Keybase proof | |
| I hereby claim: | |
| * I am matresstester on github. | |
| * I am matresstester (https://keybase.io/matresstester) on keybase. | |
| * I have a public key ASCP1GnT5bMP2iuBvBsZGsEKog-AU-a0KfUfP0GIukUDTAo | |
| To claim this, I am signing this object: |
OlderNewer