Skip to content

RomarQ/tezos-sc-tester

Repository files navigation

Tezos Smart Contract Tester

CI

Install dependencies and compile application

make

Start the application

make start

Run Tests

make test

Run docker container

// arm64
docker run -p 5000:5000 --name testing-api -d ghcr.io/romarq/tezos-sc-tester:0.1.0_arm64
// amd64
docker run -p 5000:5000 --name testing-api -d ghcr.io/romarq/tezos-sc-tester:0.1.0_amd64

Configuration

The configuration can be modified at ./config.yaml.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages