We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To play nicely with the Ethereum token and asset economy the HTLC contract needs to support the various widely used token standards.
The core HTLC logic should be separated into it's own contract, which can then be used by frontend contracts for the specific token.
address token
Exchange
token == address(0x0)
HASH(...) = exchGUID
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To play nicely with the Ethereum token and asset economy the HTLC contract needs to support the various widely used token standards.
The core HTLC logic should be separated into it's own contract, which can then be used by frontend contracts for the specific token.
TODO
address token
toExchange
structtoken == address(0x0)
it's Ether? Or separate contract for Ether.HASH(...) = exchGUID
The text was updated successfully, but these errors were encountered: