Simple one way ethereum payment channel with Flask server, and solidity contract to open/settle channel
Stars
4
Forks
3
Watchers
4
Open Issues
5
Overall repository health assessment
No package.json found
This might not be a Node.js project
8
commits
cleaned up debugging statements, better status messages
2b4f69aView on GitHubnightly 1/4/2017 - added selfdestruct to contract for testing, implemented a padding functing so web3.sha3() is equivalent to keccak256 in solidity, more work on web3 integration
8e4075bView on GitHubnightly 1/3/2017 - small fixes to server side code, started work on frontend web3
9f8fe04View on GitHubnightly 1/2/2017 - wrote most of server-side code, web3.js integration needed, testing needed
8b1c2cbView on GitHubnightly 1/1/2017 - initial commit, wrote solidity contract, started on Flask backend
2145ce5View on GitHub