bogdan-rosianu / elrond-converters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

General

Elrond convertors tool that is written in typescript and uses erdjs. It runs in browser and allows one to make the conversions that are necessary for interacting with the Elrond Blockchain.

Prerequisites

Download locally the needed libraries (bootstrap.min.css, bootstrap.min.js and jquery-3.5.1.slim.min.js)

browserify and http-server are required. They can be installed as follows:

npm install --global browserify
npm install --global http-server

Install & running

npm install (first time only)
npm run compile
npm run serve
open localhost:7777 in browser.

About


Languages

Language:HTML 76.3%Language:TypeScript 23.5%Language:Shell 0.2%