catalyst-protocol-sdk-rust 0.1.5

Protocol Specification for Catalyst Network
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
all: build cargobuild cargotest

.PHONY: build
build:
	/usr/local/bin/protoc --proto_path ../../src --rust_out src ../../src/*.proto

.PHONY: cargobuild
cargobuild:
	cargo build

.PHONY: cargotest
cargotest:
	cargo test