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

https://github.com/libraries/ipc


https://github.com/libraries/ipc

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

```sh
$ pip install pyckb

# Local ckb node
$ python main.py ckb_init
$ python main.py ckb_pm_c

# Build and deploy
$ python main.py ipc_test_build
$ python main.py ipc_test_deploy

# Test
$ python main.py ipc_test_call_math_add
$ python main.py ipc_test_call_math_add_with_exec
$ python main.py ipc_test_call_math_add_with_hex
$ python main.py ipc_test_call_math_add_with_spawn
$ python main.py ipc_test_call_math_add_with_type_id_args
$ python main.py ipc_test_call_syscall_load_script
$ python main.py ipc_test_call_syscall_load_script_with_env
```