What problem does it solve?
This Skill provides a TypeScript library enabling developers to interact with NEAR Protocol by performing read (view) operations, write (call) transactions, manage wallets, and test contracts in a sandboxed environment.
Core Features & Use Cases
- View methods and read-only contract queries.
- Transaction builder with multi-action flows, signing, and sandbox testing.
- Wallet integrations and React bindings for frontend apps.
- Type-safe contracts and key management utilities for secure development.
- Use case: quickly bootstrap a NEAR-enabled frontend that reads data, submits transactions, and authenticates users via wallet providers.
Quick Start
Install the near-kit package and create a Near instance with your preferred network (testnet for experimentation). Then use near.view(), near.call(), and near.send() to interact with contracts and wallets.