effectai / effect-network

Smart contracts and documentation for Effect Network
MIT License
46 stars 9 forks source link

Accounts #63

Closed jeisses closed 2 years ago

jdheeter commented 3 years ago

This virtual accounts contract looks really interesting. Is there some more documentation or implementation details? I'd like to learn more about how we could contribute to this and adopt it as well.

jeisses commented 2 years ago

This virtual accounts contract looks really interesting. Is there some more documentation or implementation details? I'd like to learn more about how we could contribute to this and adopt it as well.

Hi John! Thanks for the comment. We're working on a new documentation site that will explain the inner workings and how to use this system in other apps.

For now the best documentation can be fond in this README and some high level info in my blog post:

jdheeter commented 2 years ago

Ok great thanks @jeisses

Do you have an example of the frontend code? To construct/sign the transaction. I'm not sure how the interaction with Metamask works?

jeisses commented 2 years ago

We have a new frontend app that works with MetaMask. I'll open source it this week and will link you to some examples then.

There is a bit of code needed to construct the transactions and to get a correct signature from web3. But not so hard to abstract this away in a few helper functions.

It would be great if we can get your feedback on this system - I wouldn't mind putting in the effort to make this broadly usable in the EOSIO ecosystem.

jdheeter commented 2 years ago

Hey @jeisses would be happy to collaborate with you. Maybe let's setup a call.