nucypher/taco-web

Introduce provider/signer separation into API

Closed this issue · 1 comments

  • Provider vs Signer: Separation between RPC read calls (the "provider") and signing operations (the "signer"), in line with the nucypher codebase (with the BlockchainInterface / Signer separation) and some JS libraries like Viem. This could even allow in the future for non-wallet signing approaches (e.g. signing with keypairs that are not mapped to blockchain accounts).

Originally posted by @cygnusv in #166 (comment)

Closed by #270