https://github.com/cryptape/ckb-auth-integration-test
ckb-auth e2e includes wallet gui && sdk/cli
https://github.com/cryptape/ckb-auth-integration-test
Last synced: 10 months ago
JSON representation
ckb-auth e2e includes wallet gui && sdk/cli
- Host: GitHub
- URL: https://github.com/cryptape/ckb-auth-integration-test
- Owner: cryptape
- Created: 2023-07-13T06:45:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T09:48:50.000Z (over 2 years ago)
- Last Synced: 2025-01-30T01:17:22.099Z (over 1 year ago)
- Language: Python
- Size: 132 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ckb-auth-integration-test
## Goals
The goal of this project is to support ckb-auth compatibility with various blockchain networks. The tests ensure that ckb-auth functions as expected across different chains.
Include solana, Eth, Bitcoin, Ripple...
## Jobs
### Test
This job runs on `ubuntu-latest`.
Testing Steps:
```yaml
- name: Install ckb-auth-cli
run: make prepare
- name: Run tests
run: make test