Skip to content

AidaKarlataOK/Inery-RPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Json RPC Sample for Task 4 Inery Blockchain

A Sample code to call JSON RPC on Inery Blockchain

Prerequisites

  • node js
  • npm

Installation

  1. Clone the repo

    git clone -b task4 https://github.com/aristanurkila/inery-testnet-faucet-tasks
    
  2. Change directory to our rpc solution ~/domainan

    cd ~/inery-testnet-faucet-tasks/domainan
    
  3. Install NPM packages

    npm install
    
  4. Create .env file

    touch .env
    
  5. Edit .env file with your information

  • INERY_ACCOUNT="your_inery_account"
  • PRIVATE_KEY="your_private_key"
  • NODE_URL="http://your_IP_VPS:8888"

Usage

Run RPC domainan

npm run domainan-rpc

or

node ./domainan-rpc/json-rpc.mjs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published