MCPcopy Index your code
hub / github.com/aurora-is-near/aurora.js

github.com/aurora-is-near/aurora.js @2021.09.10

Chat with this repo
repository ↗ · DeepWiki ↗ · release 2021.09.10 ↗ · + Follow
431 symbols 771 edges 36 files 0 documented · 0% updated 2y ago★ 38

Browse by type

Functions 212 Types & classes 219
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Aurora Engine Client for JavaScript

Project license Discord Lints

Prerequisites

  • Node.js (v14+)

Installation

npm install -D aurora-is-near/aurora.js
  "dependencies": {
    "@aurora-is-near/engine": "git://github.com/aurora-is-near/aurora.js",
  }

Usage

import Aurora from '@aurora-is-near/engine';

See the Aurora CLI source code for example usage.

Key Management

The library will load the following local keys by default, if found:

  • $HOME/.near-credentials/*/*.json: credentials stored by the NEAR CLI

  • $HOME/.near/validator_key.json: the local nearcore validator key (for the test.near master account)

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Class 190
Method 187
Function 25
Interface 25
Enum 4

Languages

TypeScript100%

Modules by API surface

lib/schema.js72 symbols
src/schema.ts71 symbols
src/engine.ts46 symbols
lib/schema.d.ts45 symbols
lib/engine.js40 symbols
src/transaction.ts16 symbols
src/account.ts15 symbols
lib/account.js15 symbols
lib/transaction.js14 symbols
lib/engine.d.ts12 symbols
src/key_store.ts11 symbols
src/block.ts11 symbols

For agents

$ claude mcp add aurora.js \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page