ChainSafe / web3.unity

🕹 Unity SDK for building games that interact with blockchains.
GNU Lesser General Public License v3.0
922 stars 237 forks source link

Implementation of ISigner for web3auth #422

Closed Arshia001 closed 1 year ago

sneakzttv commented 1 year ago

Talking to Oleksandr today to figure this one out and will create a pr once done.

Arshia001 commented 1 year ago

Hey team! Please add your planning poker estimate with Zenhub @oleksandrchainsafe @RyRy79261 @sneakzttv

KBryan commented 1 year ago

IEvmSigner interface is being used with Unity waiting on outstanding PR before moving forward.

janegabitova commented 1 year ago

23-06-23: prefabs on the client side left over; no longer blocked. to finalize next week

alexvotofuture commented 1 year ago

Kwame is mostly wrapped up with this, and it works with new architecture as expected. Just cleanup now - should be ready to test by end of day - testing to happen next week.

KBryan commented 1 year ago

https://github.com/ChainSafe/web3.unity/pull/508

Arshia001 commented 1 year ago

Since we need additional Nethereum libs to make this work, we should be putting code in the publish-to-unity-* scripts to actually copy the DLLs from the libraries folder to the UPM package folder.

kalambet commented 1 year ago

Fixed in #534