Skip to content

gochargetech/elrond-converters

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 76.3%
  • TypeScript 23.5%
  • Shell 0.2%