News

The Graph, the decentralized indexing system that works much like Google for blockchains, has introduced a data standard for Web3. Called GRC-20, the standard would define how information is ...
In our use case, we had to build a graph data structure with subjects, relations, and objects. To do this, we used many basic data structures in Go, such as structs, slices, maps, and strings.