Registry / serialization / itering-scale-go

itering-scale-go

JSON →
library1.10.5gogounverified

A Go implementation of the SCALE (Simple Concatenated Aggregate Little-Endian) codec used in Substrate-based blockchains.

go get github.com/itering/scale.go
INSTALL
IMPORT
SIG · ITERING-SCALE-GO
I
itering-scale-go
serializationgov1.10.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

scale
github.com/itering/scale.go

Encodes a string using the SCALE codec.

package main import ( "fmt" "github.com/itering/scale.go" ) func main() { encoded := scale.Encode("hello") fmt.Printf("Encoded: %x\n", encoded) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.10.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
itering-scale-go — go get itering-scale-go · libregistry