Sebastien Guillemot
Sebastien Guillemot
Milkomeda WSC provider is a tool to allow connecting Cardano wallets to EVM smart contracts by wrapping it in a EIP-1193 / EIP-6963 compatible wrapper The package for it is...
#### What Git revision are you using? aiken v1.0.29-alpha+16fb02e #### What operating system are you using, and which version? - [x] Linux / Ubuntu #### Describe what the problem is?...
### Describe the feature Right now, when testing locally, I always have to do ```bash npx hardhat node npx hardhat ignition deploy ./ignition/modules/... --network localhost ``` it's annoying to have...
Fix #11 **NOTE:** I based this PR on top of #16 since I wanted to reuse the tests, so you'll want to merge that PR first
### Contribution - [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/pnpm/pnpm/blob/main/CONTRIBUTING.md)) ### Describe the user story Using a tool like `Verdaccio` to manage packages locally helps a...
It looks like when you specify and endpoint-specific `serializeQueryArgs`, it's possible for `queryArgs` to equal `skipToken` This is unexpected since it's not reflected in the typescript type. Either the typescript...
Cardano contains two ways to derive child keys: `v1` for Daedalus addresses and `v2` for everything else. This functionality was provided by an old WASM library for Cardano (https://www.npmjs.com/package/cardano-wallet), but...
We've occasionally had people wanting to generate a legacy Daedalus address (Dd address) from a private key / mnemonic. We've historically not supported this feature, but in this PR I...
It's unclear what we need to do to get KES generation working well in our library. There exists a Rust KES implementation by IOHK (https://github.com/input-output-hk/kes-mmm-sumed25519) but I'm not sure if...
Our library doesn't handle VRF keys at the moment, but it would would be useful for pool operators who want to use our library You can find more information about...