2022-09-04 23:35:22 +00:00
2022-09-01 19:13:17 +00:00
2022-09-02 21:03:03 +00:00
2022-09-02 21:03:03 +00:00
2022-09-04 00:59:37 +00:00
2022-08-28 18:22:39 +00:00
2022-08-25 23:51:14 +00:00
2022-09-04 23:35:15 +00:00
2022-09-04 23:35:15 +00:00
2022-09-02 21:58:22 +00:00
2022-09-02 21:58:22 +00:00
2022-09-02 20:48:12 +00:00
2022-09-04 23:35:22 +00:00
2022-08-25 23:53:47 +00:00

Colinear Chain

Go Shell Script Docker Rocky Linux

This repository contains the base chain implementation that Colinear's compute marketplace uses as a settlement layer.

Validators

Requirements

  • docker >= 20.10.*

Development

Requirements

Setup

To build the chain:

ignite chain build

To serve the chain:

ignite chain serve

Unit Tests

Unit tests use Go's built-in testing system. To test any specific feature or subpackage:

go test ./path/to/package

Integration Tests

Integration tests use a custom bash testing framework that interacts with a running instance of the chain. To run all integration tests:

make test

Integration tests can also be run individually:

./tests/<specific_test>.sh

Description
⛓ Compute leasing marketplace & settlement layer
Readme 2.1 MiB
Languages
Go 93.2%
Shell 6.3%
Dockerfile 0.3%
Makefile 0.2%