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
Transactions can be crawled from the blockchain to reveal: sender ID code, receiver id code, and transfer reference text.
I.e. from this transaction: https://etherscan.io/tx/0x4f571471bf688009dc1f0e80c5f09ee7a9e873fe985c1dc6136a5bc37f071dec
Which can found by crawling the contract address: https://etherscan.io/address/0xaf71e622792f47119411ce019f4ca1b8d993496e
The transfer reference can be read by going to the url: http://wallet.euro2.ee:8000/4f571471bf688009dc1f0e80c5f09ee7a9e873fe985c1dc6136a5bc37f071dec
Ideally the transfer info should be encrypted in a way so that only the sender and receiver of the transaction can view it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Transactions can be crawled from the blockchain to reveal: sender ID code, receiver id code, and transfer reference text.
I.e. from this transaction: https://etherscan.io/tx/0x4f571471bf688009dc1f0e80c5f09ee7a9e873fe985c1dc6136a5bc37f071dec
Which can found by crawling the contract address: https://etherscan.io/address/0xaf71e622792f47119411ce019f4ca1b8d993496e
The transfer reference can be read by going to the url: http://wallet.euro2.ee:8000/4f571471bf688009dc1f0e80c5f09ee7a9e873fe985c1dc6136a5bc37f071dec
Ideally the transfer info should be encrypted in a way so that only the sender and receiver of the transaction can view it.
The text was updated successfully, but these errors were encountered: