NEAR API
The NEAR API is a set of libraries that allow you to interact with the NEAR blockchain. You can use it to in frontend and backend applications to:
- Call functions on a deployed contract
- Query information about an account
- Create NEAR accounts
- Send Tokens such as NEAR, FTs, and NFTs
- Create, Add and Delete Account Keys
- Deploy a contract
Our API is available in multiple languages, including:
- JavaScript:
near-api-js
- Rust:
near-api-rs
- Python:
py-near
Wallet Integration
To allow users to login into your web application using a wallet you will need the wallet-selector
. Read more in our Web Frontend integration article