Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 434 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 434 Bytes

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:

    - name: Install ckb-auth-cli
      run: make prepare

    - name: Run tests
      run: make test