Hong Jing (Jingles)
Hong Jing (Jingles)
@twwu123 we have both 105 and 129 implemented right?
[Hydra Provider](https://meshjs.dev/providers/hydra) beta released! A minimal example of how to build transaction, sign and submit in Hydra. ``` import { HydraProvider } from "@meshsdk/hydra"; import { BlockfrostProvider } from "@meshsdk/core";...
@ch1bo, here is the [source](https://github.com/MeshJS/mesh/tree/main/packages/hydra/src) for hydra package. Here are some intro to the structure: - [handles connection](https://github.com/MeshJS/mesh/blob/main/packages/hydra/src/hydra-connection.ts) - [provider - to talk to node](https://github.com/MeshJS/mesh/blob/main/packages/hydra/src/hydra-provider.ts) - [instance - contain wallet...
hey @Fuma419 im not sure how to reproduce this problem you have reported. could you provide info about your wallet?
@Fuma419 recommend to build your own tx using [txbuilder](https://meshjs.dev/apis/txbuilder/staking)
Key focus for Mesh Core team are defined in [milestones](https://github.com/MeshJS/mesh/milestones), specifically: - [packages](https://github.com/MeshJS/mesh/tree/main/packages) - [docs](https://github.com/MeshJS/mesh/tree/main/apps) suggesting the key owners for each packages are: - hydra - @abdelkrimdev - mesh-contract -...
1. in your browser console, do `window.cardano`m you should see lace 2. go to https://meshjs.dev/apis/wallets/browserwallet and try the endpoints, you should see lace if you dont, check your installation