Gavin Harris
Gavin Harris
I wonder if this proposal could work with Lucid: https://github.com/cardano-foundation/CIPs/pull/785 There is a sample implementation in CardanoSharp (C# library) > Implementation Code Example > > An implementation example for all...
Hi @will991 - When chaining do you filter out any 'spent' UTxOs from the UTxO set? I appreciate that this is not an RFC, however I was thinking that the...
I will be looking at properly supporting CIP30 on an internal project in the coming weeks, I should be able to raise a PR at the same time to get...
I have to add reference to https://cardano.stackexchange.com/q/2498/4255 And give kudos to: https://cardano.stackexchange.com/users/2815/jeroen
Really sorry! Work and life got in the way of this one!! I will schedule a few hours next week to get this done.
Do we want to look at getting this Merged? If you have time to do a further review?
Hi @bieric, Here is an example that I am currently using in our Application. This is using my main branch i.e., ``` "dependencies": { ... "web3-cardano-token": "gavinharris-dev/web3-cardano-token", ... } ```...
> What wallet/version do you use? We use Nami 3.2.1 and get good results. The error you are getting with Nami appears to be thrown in 3 places (in the...
Okay cool; I will investigate as this would be important to try preventing spoofing of a token
Yeah I need to rework the way that I am integrating with the Wallet; CIP-30 changed this process to be more generic.