Gavin Harris

Results 7 comments of Gavin Harris

Agree with the sentiment; stumbled across this tool few days ago and I am so happy that I did! Amazing work! Thank you!

Would this PR also allow us to create a custom generator for `api`? The folder structure would be to place the generated 'api' files within the `services/api` sub-directory of `app`?

So Auth0 seems to handle (with their Page Wrapper) Authentication (the binary determination of has this request supplied some valid credentials), but they do not supply a means of Authorization...

@lazlothemonkey - I have not tested this but I was thinking that something like this GIST would work: https://gist.github.com/gavinharris-dev/7ef07eae561e34c05869c21eba6c717e So what you do is use the `withAuthUserSSR` getServerSideProps handler, and...

Hey @olliejm, I'm not sure how much use this will be but I've been working on adding Signature Verification / Address Verification to the web3-cardano-token project. https://github.com/gavinharris-dev/web3-cardano-token Take a look...

I think I got it working by doing the following: ``` const wasm = await import('@emurgo/cardano-serialization-lib-nodejs'); const script = cardano.PlutusScript.from_hex(contract.cborHex); const addr = cardano.EnterpriseAddress.new( 0, // 0 for Testnet -...

@taada-finance - Did you ever get a fix for this issue? I have a feeling that I'm hitting the same problem but finding it very difficult to debug! Does it...