https://github.com/libraries/ipc
https://github.com/libraries/ipc
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/libraries/ipc
- Owner: libraries
- Created: 2025-03-24T08:06:50.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-24T10:14:08.000Z (about 1 year ago)
- Last Synced: 2025-03-24T10:37:36.724Z (about 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```