Questions tagged [development]
The development tag has no summary.
14 questions
2
votes
0
answers
35
views
How can I send funds from an EVM smart contract to a L1 address?
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 (...
2
votes
1
answer
110
views
Data block persistence
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 ...
1
vote
1
answer
93
views
iota.c static lib with undefined references
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 ...
1
vote
1
answer
27
views
How do I fetch the latest transaction without using Zero MQ stream on a specific address?
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. ...
0
votes
1
answer
97
views
How is the IOTA project now? Can we use it for a real project?
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 ...
0
votes
0
answers
25
views
What is an “apiEndpoint” in poc-ipfs config file
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 ...
0
votes
1
answer
113
views
List of tutorials and sources to start developing on IOTA [closed]
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 ...
3
votes
0
answers
217
views
Building the mam.client.js (actually the iota-bindings)
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 ...
3
votes
1
answer
50
views
Resource meterial for development purpose
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 ...
5
votes
1
answer
356
views
How to attach an address to tangle programmatically?
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} ...
-2
votes
1
answer
491
views
What are the length for address and seed
What are the possible lengths for addresses and seeds?
As this is important for designing a database to store these values.
6
votes
2
answers
100
views
Trying to create M of N multisig flash channel but getting invalid value transfer
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 ...
9
votes
1
answer
635
views
How to know a transaction is "confirmed"?
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'...
16
votes
2
answers
571
views
How to set up an IOTA Sensor for Data Marketplace?
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 ...