Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Latest commit

 

History

History
43 lines (26 loc) · 794 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 794 Bytes

Scale codec golang

Scale Codec written by golang, Reference from https://github.com/polkascan/py-scale-codec

Features

  • low level codec decode
  • metadata decode
  • extrinsic decode
  • LogDigest decode
  • event decode
  • custom type reg
  • reg special version type
  • low level codec encode

Installation

go get -u github.com/social-network/scale.go

Test

go test ./... --cover -v

Resources

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/social-network/scale.go

License

The package is available as open source under the terms of the MIT License.