An open API service indexing awesome lists of open source software.

https://github.com/elastos/elastos.ela.rosetta.api


https://github.com/elastos/elastos.ela.rosetta.api

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Examples

This folder demonstrates how to write a Rosetta server and how
to use either the Client package or Fetcher package to communicate
with that server.

## Run directly
1. Run `make runserver`
2. Run `make runclient` (in a new terminal window)
3. Run `make runfetcher` (in a new terminal window)

## Build and Run
1.build all
```shell script
make all
```
2.Run server
```shell script
./cb-server
```
3.Run client
```shell script
./cb-client
```
4.Run fetcher
```shell script
./cb-fetcher
```