Giter VIP home page Giter VIP logo

avabox's Introduction

AVABOX

AVA is an open-source platform for launching highly decentralized applications, financial primitives, and interoperable blockchains.

AVABOX repo is a playground for exploring the AVA platform including the slopes lib.

Installation

You can drop AVABOX in to your app via npm or yarn or you can clone the repo and run it locally.

NPM or Yarn

AVABOX is available as a package on npm. You can drop it in to your app with npm or yarn.

With npm

npm install avabox --save

With yarn

yarn add avabox

Localhost

First clone the repo

git clone https://github.com/cgcardona/AVABOX.git
cd AVABOX

Install the dependencies

yarn install

Run a script

ts-node examples/get_node_id.ts

Usage

Check out the examples/ directory to see how to use AVABOX.

For example to create a basic AVA wallet located at ./wallet.json.

ts-node examples/create_wallet.ts
wallet.json written successfully.

cat wallet.json
{
  "private_key": "2sVnjPaFRZoYy5NF4UJoGsDNKyTK2MPGDCvFSfgHghbdiVzS1E",
  "public_key": "8h3duPX9UBqHK5Xo3DnA5xB2DTnfzNddHMctDqM3BaGsHWYW9r",
  "chain_address": "X-ErsdCatjgehBa8Ao1LVuZW11WKEL2FeJV"
}

Running your own full node

AVABOX requires a full node. Here are the steps for firing up your own AVA full node.

More Info

Credits

The ever amazing Chris @Trout Troutner inspired me to do a deep dive on AVA. His ava-examples repo was the inpiration for this work.

This library is influenced by Slopes from AVA Labs but is not a direct fork. However that library deserves credit.

License

AVABOX is licensed under the MIT Open Source License

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.