-
Notifications
You must be signed in to change notification settings - Fork 373
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
NEAR API section (ex. JavaScript API) #2251
base: master
Are you sure you want to change the base?
Conversation
@garikbesson lets better use |
This PR helps #2321 but does not include the Python API and how to sign a message as the APIs do not implement a specific method to do this |
The examples have been migrated under near-examples and the snippets will need updating accordingly (just ctrl+F) There is now an added example in there in js for signing and sending a transaction in a lower-level way and one for verifying signatures (but this verifying signatures should be used in the example for verifying messages as per NEP 413 when a method for this is added) |
@PiVortex amazing work, thank you! It would be nice to have Response Examples for each example as well, but we can create another issue for that Since near-api-examples are migrated to proper organization, let's change code snippets URLs here. After that I think PR can be merged |
No description provided.