Skip to main content

Questions tagged [development]

Filter by
Sorted by
Tagged with
2 votes
0 answers
35 views

I am trying to implement a smart contract to which users can send their funds and then these can be withdrawn to their L1 address. I found and modified some testing code from the wasp repository (...
Daniel Melero's user avatar
2 votes
1 answer
110 views

I'm developing an application that writes data block inside the Tangle on the IOTA Mainnet. I need that the data blocks persist in time, without loosing them. I recently discovered (thanks to a Iota ...
keuzzolo's user avatar
1 vote
1 answer
93 views

As I am currently working on an application that uses the iota.c library, I have been using the example from last years master branch of this repo, which worked fine up until now, but seems to stop ...
emDave's user avatar
  • 57
1 vote
1 answer
27 views

When I make a simple request like shown in the iota workshop: https://github.com/iota-community/javascript-iota-workshop - 2.2-fetch-hello.js the newest transaction is not fetched but a random one. ...
user avatar
0 votes
1 answer
97 views

Could you please tell me how the iota project is now? I've read some good research papers and interesting proof of concepts, but it also seems some initiatives, like the ecosystem, are no more. So ...
Si Chen's user avatar
0 votes
0 answers
25 views

In the poc-ipfs app blueprint from IOTA’s GitHub, they have a config file on the client side (link below), one of the parts of the script contains “apiEndpoint”, I do not know what would go there for ...
W. Churchill's user avatar
0 votes
1 answer
113 views

I am looking for documentation about IOTA and development tools. Also if you know examples of real-life applications (industrial and commercial) it would be appreciated. I am interested mainly in ...
Jaime's user avatar
  • 133
3 votes
0 answers
217 views

I am trying to build according to the instructions given: https://github.com/iotaledger/mam.client.js There are a whole lot of other steps then just described there which mainly relate to building ...
ovanwijk's user avatar
3 votes
1 answer
50 views

I had asked this on reddit as well. 1) https://learn.iota.org 2) https://kb.helloiota.com/ 3) http://www.tangleblog.com/what-is-iota-what-is-the-tangle/ I will appreciate if anyone could add links ...
Anurag2426's user avatar
5 votes
1 answer
356 views

Say I have a script to generate addresses automatically, how can I attach it to the tangle using the library? From the Javascript library I see that these are the parameters: * @param {string} ...
lulalala's user avatar
  • 415
-2 votes
1 answer
491 views

What are the possible lengths for addresses and seeds? As this is important for designing a database to store these values.
lulalala's user avatar
  • 415
6 votes
2 answers
100 views

I'm really new to Iota and specifically flash, so apologies if this is an obvious question! I've been following the example in iota.flash.js under the examples folder, and want to modify this example ...
Munawar's user avatar
  • 79
9 votes
1 answer
635 views

I'm building a little IOTA test project with TypeScript + Node.js. I want to start an action when IOTAs are received on an certain address. I've tried the findTransactionObjects function, but I don'...
user11909's user avatar
  • 257
16 votes
2 answers
571 views

I own a Raspberry Pi and many sensors. I already had some Sensor projects. How can I set up my own Raspberry Pi sensor to contribute to the data marketplace? Are there any Tutorials yet? RuuviLab's ...
Tobi MZ's user avatar
  • 1,607