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

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

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