Skip to content

One-click local JMES testnet and ecosystem for rapid prototyping

Notifications You must be signed in to change notification settings

jmesworld/localjmes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

localjmes

One-click local JMES testnet and ecosystem for rapid prototyping

About

LocalJMES allows to orchestrate with a single docker-compose file a complete JMES testnet.

Prerequisites

Install LocalJMES

  1. Run the following commands::
$ git clone --depth 1 https://www.github.com/jmesworld/localjmes
$ cd localjmes
  1. Make sure your Docker daemon is running in the background and docker-compose is installed.

Start

$ docker-compose up

Your environment now contains:

  • jmesd RPC node running on tcp://:26657
    • It will generate a local network jmes-888. As a testnet, it will keep a faucet funded, setup a validator called dev-masternode.
  • LCD (light client daemon provides a REST-based adapter for the RPC endpoints) running on http://:1317
  • FCD (full client daemon) running on http://localhost:3060
  • An instance of the backend server managing the identity, items and files for the application.
  • An instance of the blockexplorer.
  • Proxy from 26657 to 1889
  • Faucet running on :3002 (use jmes.js to easily request credit or call :3002/credit?address={ADDRESS})

Stop

$ docker-compose stop

Reset

$ docker-compose rm

About

One-click local JMES testnet and ecosystem for rapid prototyping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published