Guest User

Untitled

a guest
Jun 25th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. pragma solidity 0.4.24;
  2.  
  3. contract DataStore {
  4. string public jsonData = "{"aKey": "YOUR DATA GOES IN HERE"}";
  5. }
Add Comment
Please, Sign In to add comment