Các Use Case Chung
The repository contains many recipes that you can readily use to solve common case scenarios.
Tên | Mô ta |
---|---|
ACCOUNT | |
Tạo account | Create NEAR accounts without using NEAR Wallet. |
Luân phiên access key | Create and delete access keys for added security. |
TRANSACTION | |
Lấy status của transaction | Lấy status của transaction bằng một transaction hash cùng với account/contract ID. |
Chi tiết transaction gần đây | Get recent transaction details without using an indexing service. |
Batch các transaction | Sign and send multiple transactions. |
Các tiện ích | |
Deploy contract | Deploy một smart contract sử dụng WASM file đã được biên dịch trước. |
Tính toán gas | Calculate gas burnt from any contract call. |
Đọc state không cần account | Đọc state của contract mà không cần khởi tạo một account. |
Wrap & Unwrap NEAR | Wrap và unwrap NEAR sử dụng wrap.near smart contract. |
Xác thực chữ ký | Xác thực chữ ký của một cặp key. |