-
Notifications
You must be signed in to change notification settings - Fork 363
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
PyNear docs deprecated update to Near Shell #36
Comments
The problem is that Near Shell does not fully supersede Pynear. Pynear is basically a full wrapper around our node RPC, while Near Shell has a subset of commands instead of all of them. CC @potatodepaulo |
@nearmax which commands are currently missing that were present in pynear? It generally is pretty easy to add new commands, I'd like to just do a single pass to complete puzzle. |
Note, there is also other stuff that was not in pynear but we will very likely have:
Note, that some of these functions are or will be special cases of more generic functions. For instance, we discussed with @evgenykuzyakov and @ilblackdragon that we want all our transactions to look like function calls for consistency and forward compatibility. For instance, send_money will be a short cut for near call <my_account> send_money "{"receiver": <other_account>}", or somesuch. |
near-shell now full-featured. |
Pynear is broken and deprecated. We should remove it from the documentation + update it with Near Shell once it's been updated with full functionality
The text was updated successfully, but these errors were encountered: