JoshOrndorff / librho

A Standard Library for Rholang
Apache License 2.0
12 stars 6 forks source link

Create Node.rho #9

Closed jimscarver closed 5 years ago

jimscarver commented 5 years ago

// Rholang abstract directed graph Node Object exposing properties and links, having an object wrapper, super, and public key // Nodes can be used for hierarchical directories with loops suitable for use with graphql providing for user name spaces. // simple Object capability wrapper proxy prevents direct access to object model channels without duplicating contracts for each instance.