Files
hub-monorepo/packages/hub-nodejs/examples
Anthony D'Addeo 99518efe30 refactor: introduce generic and dependency specific signers (#677)
* refactor: update ethers to v6.1 from v5.7

* refactor: generic signer classes

* remove neverthrow from crypto and signers

* update docs

* rm signer util fns

* add comment to getSignerKey

* rm not present methods from signers

* fix doc

* fix docs

* simplify Eip712Factory

* add changeset

---------

Co-authored-by: Varun Srinivasan <varunsrin@gmail.com>
2023-03-19 12:44:32 -05:00
..

Examples

Each example is a fully executable javascript package that can be checked out and executed, along with a link to a corresponding replit.

Reading Data

  • Generate a chronological feed
  • Subscribe to updates about a user
  • Handle Signer Changes

Writing Data