Manthankumar Satani
Manthankumar Satani
> @itsmnthn does this PR work on your end? I am not able to get it to work from your fork I've tried adding custom wallet when initializing onboard check...
Created PR to add support for core wallet #1160
Sometimes custom UI simply means the custom designs of the models used in the flow(without changing the flow or handling it by yourself) which you can always customize by injecting...
Is there a way? to serialise classes on server side and deserialise them on client side while keeping getters, setters, constructor and methods?
There is trick/hack to overcome this. Since current serialization keeps the state of Class as POJO we can use that to recreate Class Object from it by modifying constructor a...
this is still an issue, I'm getting this on HMR
I tested recently, and it seems to be working fine now, though sometimes it doesn't detect MM, and sometimes MM is not opening. it just keeps loading. I think it...
I can't seem to find this in the documentation of @nuxtjs/seo adding there would help others too.
I saw it enabled on nuxt.com. so I tried and discovered that it still needs a bit of work to be a working feature.
In example there is transfer example which uses account from private key but that will not be the case in production dapp, its going to be signer(account) from connected wallet....