Subscribing to Event Logs Full code description: Tutorial on how to subscribe to smart contract events with Go. Subscribing to Event Logs First thing we need to do in order...
Using Tokens: Utility or Equity It’s a Duck! Utility Tokens: Who Needs Them? Using Tokens: Utility or Equity Almost all projects in Ethereum today launch with some kind of to...
Reference Cycles Can Leak Memory Creating a Reference Cycle Preventing Reference Cycles: Turning an Rc<T> into a Weak<T> Creating a Tree Data Structure: a Node with Child Nod...
RefCell<T> and the Interior Mutability Pattern Enforcing Borrowing Rules at Runtime with RefCell<T> Interior Mutability: A Mutable Borrow to an Immutable Value A Use Case for In...