Skip to content

[SDK Refactor] New top level package testing-kit #943

@dasanra

Description

@dasanra

Context / issue

We have code repetition for testing. Between the protocol-kit, api-kit, and relay-kit, we share some common utilities that can be extracted into a shared package

Proposed solution

Create a new testing-kit package. This package should include:

  • hardhat configuration
  • Contract deployments
  • Common utils

This package allows us to remove code from the repository and concentrate the testing utilities in one place. This approach helps avoid errors and makes it easier to kickstart new packages.

Additional context

Research document

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions