mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-05 04:24:26 -08:00
Compare commits
4 Commits
2ea722c81c
...
latest
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ac4257d792 | ||
| adf86b84d1 | |||
| b852ce1a18 | |||
| 98ceab502b |
12
README.md
12
README.md
@@ -1,13 +1,13 @@
|
||||
# Colinear Chain
|
||||
# GPU Compute Chain
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
?style=for-the-badge&logoColor=white&label=Ignite-CLI)
|
||||

|
||||
|
||||

|
||||
|
||||
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
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user