-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
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
Feature requests needed #90
Comments
From @ToToDoDo on May 8, 2018 10:59 I wish to have an easy way to decode the input data of Tx and logs from Tx Receipt by ABI like this library. Then I can use it to get transfer amount of ERC20 token from Tx. |
From @ToToDoDo on May 8, 2018 11:8 May be it's not what web3 library should do but I want get token summary like "name", "symbol", "Total Supply" and "Decimals" by an address of contract. |
From @shamatar on May 8, 2018 13:43 In this case please refer to various tests and an Example. There you can find how to read various token parameters by calling an appropriate function. There is definitely an example of ERC20 token “name” field. Sincerely, Alex From: ToToDoDo notifications@github.com May be it's not what web3 library should do but I want get token summary like "name", "symbol", "Total Supply" and "Decimals" by an address of contract. — |
From @pandeyshivang on May 17, 2018 6:24 Thanks, @shamatar, and BANKEX for providing this excellent Lib. So I decided to write a blog on your lib. https://medium.com/@shivangpandey195/getting-started-with-web3swift-1a2454481f70 |
From @shamatar on May 17, 2018 9:4 Hello @pandeyshivang Thanks for an excellent overview 👍 |
Having some sort of Whisper RPC API support would be cool. Ideally, there could be a "WhisperChatViewController" that devs could drop into their project and quickly setup a Whisper-enabled chat room. One could imagine that chat functionality permeates throughout many use cases and applications. |
@barrasso cool idea. Do you know if Infura nodes expose whisper API? I was considering to include a copy of the Parity node in the light client mode, but light client functionality has quite suboptimal user experience at the current stage. I know that Metamask team works a lot on integration of some p2p mode and this can greatly improve things. Sincerely, Alex Sent with GitHawk |
Thanks @shamatar. Based on this issue, it looks like Infura still hasn't built out support for Whisper yet. |
This issue has been closed as stale because it has not had recent activity. Feel free to leave a comment below, if it's still actual. 👍 |
From @shamatar on April 26, 2018 17:25
Hello guys.
As the main part of the lib is complete, I’m now accepting feature requests. Ideally those should be something more than just a convenience methods. After the release of Bankex implementation of confidential voting and transactions, as well as Plasma the lib will bring in some heavy crypto for SNARK verification and other features. In a meantime I can focus on more mainstream features.
Sincerely, Alex
Copied from original issue: BANKEX/web3swift#84
The text was updated successfully, but these errors were encountered: