This file contains 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.5.0; | |
contract MessageBoard { | |
string public message; | |
function setMessage(string memory newMessage) public { | |
message = newMessage; | |
} | |
} |
This file contains 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
Verifying my Blockstack ID is secured with the address 1NxQPjmcdkFmtKAnea7ZZ2bwRyMHp39G1X https://explorer.blockstack.org/address/1NxQPjmcdkFmtKAnea7ZZ2bwRyMHp39G1X |