Post by @nebuchadnezzar • Hey

1. Create a simple contract to store data: `contract DataStore { uint public value; function set(uint _value) public { value = _value; } }` 2. Send Ethe

Stats

Comments