-
There are 3 key aspects for a Cardano offchain library in Elm.
1. Wallet connection with CIP30 and CIP45
2. Building, submitting, watching transactions
3. A simulation environment to help end-to-…
-
I'm making nodejs application and running cardano stack.
1. cardano-node (1.18.0)
2. cardano-submit-api (2.1.0)
I did this [test](https://github.com/input-output-hk/js-cardano-wasm/blob/master/ca…
-
- [x] MotionOfNoConfidence
- https://github.com/IntersectMBO/cardano-node/pull/5833
- [x] ProposeNewConstitution - submitted, ratified and enacted
- https://github.com/IntersectMBO/cardano-node/p…
-
The code:
```typescript
import { BlockfrostProvider, MeshWallet, Mint, PlutusScript, Transaction } from "@meshsdk/core";
import { applyCborEncoding } from "@meshsdk/core-csl";
import { BlockFros…
-
**Internal/External**
**Internal** (an IOHK staff member)
**Area**
**API**
**Describe the feature you'd like**
In order to connect to the local node (eg for submitting a transaction) one ne…
-
# Description
Two scenarios have been identified where, if an error occurs, then the response from `/construction/submit` returns a generic message when it would be more useful to see a specific erro…
-
`cardano-wallet` supports TLS, but places a restriction on client x.509 certificates that they set their purpose to `clientAuth` (https://github.com/input-output-hk/cardano-wallet/blob/master/lib/core…
-
## What
1. Currently the CI build of `cardano-node` brings across quite a few binaries and configuration directory, many of these do not really need to be average user-facing (and in sync with ca…
rdlrt updated
2 months ago
-
# Improve Structure for "Integrating Cardano" section
The structure of [Integrate Cardano](https://developers.cardano.org/docs/integrate-cardano/) should be improved. Below ere are the issues I fou…
-
## Why
We would like to enable users and applications hosted in Hydra head (i.e. in the L2) to perform typical operations as in a web3 applications, such as perform connecting a wallet, query balance…