Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

Interact with the blockchain using the API

Hoani Bryson edited this page Apr 24, 2020 · 9 revisions

Setup

Install Node.js (>=10.16.3) and Yarn (>= 1.19.0).

Clone the api template project and configure it

git clone https://github.com/plugblockchain/api-template.git
cd api-template
yarn install

Run your built node (see previous step if you haven't built a node yet)

TODO

Run the default script:

node index.js 

Should see output similar to:

Connecting to ws://localhost:9944
...
You are connected to chain Development using Awesome Node v2.0.0-alpha.5

Sending a transaction to the blockchain

PL^G


Getting Started


PL^G Component Guides


Advanced Topics


External Links

Clone this wiki locally