kilt-api-client 1.6.2

KILT API Client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CHAIN_URL=wss://spiritnet.kilt.io:443

test: metadata.scale
	cargo clippy
	cargo test

docs:
	cargo doc --open

metadata.scale:
	echo '{"jsonrpc":"2.0","id":"1","method":"state_getMetadata"}' | \
		websocat -B 655350 $(CHAIN_URL) | \
		jq -r .result | \
		xxd -r -p \
		> metadata.scale