cardano-launcher
cardano-launcher copied to clipboard
Shelley cardano-node and cardano-wallet launcher for NodeJS applications
Is it possible to set the CARDANO_NODE_SOCKET_PATH environment variable when the wallet launches? That way I don't have to run a completely separate node JUST to do some tests or...
In the `/proc` files for the `cardano-node` and `cardano-wallet-shelley` processes of a running Daedalus it shows that they have inherited all the fds of their parent electron process. It looks...
I'm currently in the process of developing a MIT licensed TypeScript client library that replicates the functionality of daedalus. For now I'm going the docker route to **get things running...
We ran into an issue where cardano-node.exe wouldn't start because of a missing dll but log had no errors in it. Had to run manually on CLI to get the...
The current interface of [Byron](https://input-output-hk.github.io/cardano-launcher/interfaces/_byron_.byronnodeargs.html#extra), `extra` , differs from [Jormungandr](https://input-output-hk.github.io/cardano-launcher/interfaces/_jormungandr_.jormungandrconfig.html#extraargs) and [Shelley](https://input-output-hk.github.io/cardano-launcher/interfaces/_shelley_.shelleynodeconfig.html#extraargs), which both use and `extraArgs`. There should at least be a base `CardanoNodeConfig` to extend Shelley from, and...
The script is [scripts/update-gh-pages.sh](https://github.com/input-output-hk/cardano-launcher/blob/master/scripts/update-gh-pages.sh), but it's not run automatically.
To facilitate a secure connection with the Cardano Wallet server, this library should: - Generate PKI - Pass the corresponding CA and server certificate to the wallet server - Pass...
The following Required docs are missing and should show on the Main page of Code: CODEOWNERS, CHANGELOG.md If there are CHANGELOG's please create a top level file and link accordingly....
Per the Security TWG: Please update/add Security.md Please refer to: https://github.com/IntersectMBO/Open-Source-Office/blob/main/SECURITY.md The initial deadline for these changes to be made is 30 September 2024. Thank you. Ref: #151