Skip to content

max-mainnet/aurora.js

 
 

Repository files navigation

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)

About

Aurora Engine client library for JavaScript.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 99.5%
  • Makefile 0.5%