solidity-auction icon indicating copy to clipboard operation
solidity-auction copied to clipboard

A simple auction dApp for Ethereum, written in Solidity.

Results 2 solidity-auction issues
Sort by recently updated
recently updated
newest added

Hi, I just did a fresh build of this repo and getting this error: ``` ../src/create_string.cpp:17:25: error: no matching constructor for initialization of 'v8::String::Utf8Value' v8::String::Utf8Value string(value); ^ ~~~~~ /Users/Srini/.node-gyp/12.14.1/include/node/v8.h:3046:5: note:...

My attempt: https://github.com/astralship/eos Also here: http://solidity.readthedocs.io/en/v0.4.24/solidity-by-example.html The auction is like "hello world" of Etheeum...