aboutsummaryrefslogtreecommitdiffstats
path: root/example
Commit message (Collapse)AuthorAgeFilesLines
* implicit solidity method callMarek Kotewicz2015-01-221-1/+1
|
* contract.html example is working with sync apiMarek Kotewicz2015-01-222-17/+13
|
* http sync apiMarek Kotewicz2015-01-221-1/+1
|
* solidity methods "overloading"Marek Kotewicz2015-01-201-1/+1
|
* updated bower.json && package.json version, added bignumber.js to bower ↵Marek Kotewicz2015-01-162-2/+2
| | | | dependencies
* fixed #28 and other small node.js issuesMarek Kotewicz2015-01-161-0/+1
|
* BigNumber supportMarek Kotewicz2015-01-161-0/+1
|
* web3.contract -> web3.eth.contractMarek Kotewicz2015-01-131-1/+1
|
* fixed exampleMarek Kotewicz2015-01-081-1/+1
|
* renamed example/index.html -> example/balance.htmlMarek Kotewicz2015-01-061-0/+0
|
* improved contracts interfaceMarek Kotewicz2014-11-142-1/+76
|
* improved exampleMarek Kotewicz2014-11-141-18/+22
|
* abi output formattingMarek Kotewicz2014-11-131-30/+23
|
* autoprovider, buildQt not builds only necessery files, fixed gulpfileMarek Kotewicz2014-11-111-2/+3
|
* RefactoringMarian Oancea2014-11-071-0/+1
| | | | | | Removed browser fixes Updated gulp to bypass native browser objects Added source map for dist
* Converted to node moduleMarian Oancea2014-11-062-0/+58
Converted to npm package Added brower Added browserify with minification Updated Readme