{"id":22191975,"url":"https://github.com/nervosnetwork/ckb-go-integration-test","last_synced_at":"2026-06-04T02:01:04.724Z","repository":{"id":103041177,"uuid":"582228222","full_name":"cryptape/ckb-go-integration-test","owner":"cryptape","description":"ckb-go-integration-test","archived":false,"fork":false,"pushed_at":"2023-04-21T08:26:04.000Z","size":1286,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-06-21T17:04:00.800Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cryptape.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-26T06:35:03.000Z","updated_at":"2023-01-31T22:40:14.000Z","dependencies_parsed_at":"2023-07-19T09:46:24.184Z","dependency_job_id":null,"html_url":"https://github.com/cryptape/ckb-go-integration-test","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptape%2Fckb-go-integration-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptape%2Fckb-go-integration-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptape%2Fckb-go-integration-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptape%2Fckb-go-integration-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cryptape","download_url":"https://codeload.github.com/cryptape/ckb-go-integration-test/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227724139,"owners_count":17810036,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-02T12:18:34.952Z","updated_at":"2026-06-04T02:01:04.553Z","avatar_url":"https://github.com/cryptape.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CKB Go Integration Test\n\nThis repository contains integration tests for the Nervos CKB blockchain using the Go SDK.\n\n## Overview\n\nThe CKB Go Integration Test project provides a comprehensive testing framework for validating the functionality of the [Nervos CKB](https://www.nervos.org/) blockchain using the Go programming language. It leverages the CKB SDK for Go to interact with the CKB blockchain and perform various tests.\n\n## Requirements\n\n- Go 1.18 or higher\n- Git\n\n## Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/cryptape/ckb-go-integration-test.git\ncd ckb-go-integration-test\n\n# Install dependencies\ngo mod tidy\n```\n\n## Project Structure\n\n```\n├── ckb-sdk-go/       # Local copy of the CKB SDK for Go\n├── sdk/              # Integration test files\n│   ├── common.go     # Common utilities for tests\n│   ├── newMultiSign_test.go  # Multisig transaction tests\n│   ├── v106/         # Tests for CKB v1.06\n│   ├── v107/         # Tests for CKB v1.07\n│   └── v108/         # Tests for CKB v1.08\n└── .github/workflows/  # CI/CD configuration\n```\n\n## Running Tests\n\n### Standard Tests\n\n```bash\ncd sdk/\ngo test ./... -short\n```\n\n### Multisig Tests\n\nTo run the multisig transaction tests:\n\n```bash\n# Clone the required SDK repository with multisig support\ngit clone https://github.com/15168316096/ckb-sdk-go.git -b exec/upgrade-multisig\n\n# Setup dependencies\ncd ckb-sdk-go\ngo mod tidy\ncd ..\ngo mod tidy\n\n# Run the multisig tests\ncd sdk/\ngo test -v ./newMultiSign_test.go\n```\n\n## CI/CD Workflows\n\nThis project uses GitHub Actions for continuous integration and testing.\n\n### Standard Test Workflow\n\nThe standard test workflow runs on push and pull requests to the main branch. It:\n\n1. Sets up Go 1.18\n2. Checks out the code\n3. Runs the standard test suite\n\n### Multisig Test Workflow\n\nThe multisig test workflow runs on push, pull requests to the main branch, or can be triggered manually. It:\n\n1. Sets up Go 1.18\n2. Checks out the code\n3. Clones the CKB SDK Go repository with multisig support\n4. Sets up dependencies\n5. Runs the multisig tests\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the terms of the MIT license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnervosnetwork%2Fckb-go-integration-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnervosnetwork%2Fckb-go-integration-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnervosnetwork%2Fckb-go-integration-test/lists"}