Compare commits

...

4 Commits

Author SHA1 Message Date
Michael
ac4257d792 Update README.md 2022-09-26 20:49:00 -07:00
adf86b84d1 ignite version 2022-09-24 01:22:13 +00:00
b852ce1a18 add versions & clean up readme fmt 2022-09-24 01:05:44 +00:00
98ceab502b formatting updates 2022-09-24 00:56:36 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -1,13 +1,13 @@
# Colinear Chain
# GPU Compute Chain
![Go](https://img.shields.io/badge/go-%2300ADD8.svg?style=for-the-badge&logo=go&logoColor=white)
![Shell Script](https://img.shields.io/badge/shell_script-%23121011.svg?style=for-the-badge&logo=gnu-bash&logoColor=white)
![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)
![Rocky Linux](https://img.shields.io/badge/-Rocky%20Linux-%2310B981?style=for-the-badge&logo=rockylinux&logoColor=white)
![Go](https://img.shields.io/badge/1.18-%2300ADD8.svg?style=for-the-badge&logo=go&logoColor=white&label=go)
![Cosmos-SDK](https://img.shields.io/badge/0.45.0-%23161931?style=for-the-badge&logoColor=white&label=Cosmos-SDK)
![Ignite CLI](https://img.shields.io/badge/0.23.0-rgb(85%2C%20123%2C%20244)?style=for-the-badge&logoColor=white&label=Ignite-CLI)
![Rocky Linux](https://img.shields.io/badge/9-%2310B981?style=for-the-badge&logo=rockylinux&logoColor=white&label=rocky%20linux)
![](https://shields.io/badge/license-business%20source%20license-orange?style=for-the-badge)
This repository contains the base chain implementation that Colinear's compute marketplace uses as a settlement layer.
This repository contains the base chain implementation used as a compute marketplace settlement layer.
## Technical Documentation

View File

@@ -9,7 +9,7 @@ import "colinearcore/hardware.proto";
// Msg defines the Msg service.
service Msg {
rpc NewAuction(MsgNewAuction) returns (MsgNewAuctionResponse);
rpc NewAuction(MsgNewAuction) returns (MsgNewAuctionResponse);
rpc NewBid(MsgNewBid) returns (MsgNewBidResponse);
rpc LockFunds(MsgLockFunds) returns (MsgLockFundsResponse);
rpc UnlockFunds(MsgUnlockFunds) returns (MsgUnlockFundsResponse);