Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.13 KB

AIN Blockchain Quick Start Guide

This repo contains all the code examples from the AIN Blockchain Quick Start Guide, helping you build blockchain apps and interact with the AIN blockchain.

Setup

  1. Install Node.js (version >= 16.0.0 required)
  2. Clone this repo
  3. Run npm install to install the dependencies
  4. Run code examples
node examples/<example_filename>.js

Examples

Here is the list of examples in this repo:

For the full context behind this example app, check out the document.