https://github.com/elastos/elastos.ela.rosetta.api
https://github.com/elastos/elastos.ela.rosetta.api
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elastos/elastos.ela.rosetta.api
- Owner: elastos
- Created: 2022-01-04T08:18:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-20T10:38:01.000Z (over 3 years ago)
- Last Synced: 2024-06-19T05:56:21.175Z (12 months ago)
- Language: Go
- Size: 3.53 MB
- Stars: 3
- Watchers: 21
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```