Skip to content

shakascchen/jsonrpc-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonrpc-test

Testing jsonrpc server on http by Rust Depending on paritytech/jsonrpc

Usage

In project folder

jsonrpc-test $ cargo run

Client

Use simeple-jsonrpc-client to test

CL-USER> (simple-jsonrpc-client:call "http://127.0.0.1:3030" 
                                     :|method| "say_hello") 
"{\"jsonrpc\":\"2.0\",\"result\":\"hello\",\"id\":1}
"
200
#<HASH-TABLE :TEST EQUAL :COUNT 4 {1005FCD3D3}>
#<QURI.URI.HTTP:URI-HTTP http://127.0.0.1:3030>
#<SB-SYS:FD-STREAM for "socket 127.0.0.1:63697, peer: 127.0.0.1:3030" {1005FA0593}>

CL-USER> (simple-jsonrpc-client:call "http://127.0.0.1:3030" 
                                     :|method| "sum"
                                     :|params| '(5 11))
"{\"jsonrpc\":\"2.0\",\"result\":\"16\",\"id\":1}
"
200
#<HASH-TABLE :TEST EQUAL :COUNT 4 {1005FED463}>
#<QURI.URI.HTTP:URI-HTTP http://127.0.0.1:3030>
#<SB-SYS:FD-STREAM for "socket 127.0.0.1:63697, peer: 127.0.0.1:3030" {1005FA0593}>

ToDo

About

Test jsonrpc server by Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages