Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Basic Example Server

is directory demonstrates how to write a Rosetta Node server and how to use either the Client package or Fetcher package to communicate with that server.

Each subdirectory contains a separate project. The projects were all ported from Go, to maintain maintability.

Steps

  1. Run node server
  2. Run node client (in a new terminal window)
  3. Run node fetcher (in a new terminal window)