Skip to content

ブログ『Ripple ノードを Docker で構築しテスト送金してみる』用

Notifications You must be signed in to change notification settings

coincheckjp/demo-ripple-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rippled and Ripple-lib Docker Images

Requirement

How to use

  1. Create .env file

    make init
  2. Check the latest rippled version, and edit .env file

    RIPPLED_VERSION=1.2.2 # Update to the latest
  3. Start Docker containers

    make run
  4. Check whether the server run

    • rippled
      curl -X POST http://127.0.0.1:15005 -d '{"method": "server_info"}'
    • ripple-lib
      curl http://127.0.0.1:50080/heartbeat

About

ブログ『Ripple ノードを Docker で構築しテスト送金してみる』用

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published