For questions related to the IOTA Client library (https://client-lib.docs.iota.org/)
Questions tagged [client-library]
12 questions
2
votes
1 answer
Get data from Message by MessageId or Index
I use iota/Cliente, to submit a message with some data from a json file.
Now i try to get this data using getMessage() with the messageId or Index.
I try this:
const client = new ClientBuilder().build();
const message = await…
JuanHost
- 83
- 6
1
vote
1 answer
Problem with @iota/client npm package in react app
I am trying to use @iota/client package.
But on building react application I get this error:
/node_modules/@iota/client/out/lib/Client.js:1:2
1: MZ��!�☺L�!This program cannot be run in DOS mode.
^
2: $�uG
error during build:
Error: Unexpected…
Sam Rouski
- 11
- 1