You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our documentation on NEAR API is incredibly outdated. To start with, it only includes information on near-api-js, and even that information is outdated.
Currently we have 3 different APIs:
Python
Javascript
Rust
Two of which (Rust, Python) are not even mentioned in our docs
User Story
As a user I would like to be able to easily find documentation on how to use NEAR API to allow my application to interact with the NEAR blockchain, including getting information from the chain, as well as allowing my users to login and use their account.
Acceptance Criteria
The NEAR API docs show documentation for the 3 APIs:
near-api-js
near-api-rs
near-py
The documentation explains how to:
Make a read-only function call
Make a function call with an account
Transfer NEARs
Create / Delete an account
Create a sub-account
Sign a message
The documentation links to GitHub repos instead of static code.
Background
Our documentation on NEAR API is incredibly outdated. To start with, it only includes information on
near-api-js
, and even that information is outdated.Currently we have 3 different APIs:
Two of which (Rust, Python) are not even mentioned in our docs
User Story
As a user I would like to be able to easily find documentation on how to use NEAR API to allow my application to interact with the NEAR blockchain, including getting information from the chain, as well as allowing my users to login and use their account.
Acceptance Criteria
Resources & Additional Notes
Priority
The text was updated successfully, but these errors were encountered: