Most Popular

1074 questions
2
votes
1 answer

Is/was it difficult to implement colored coins?

To me it looks like colored coins just have additional information stored. It sounds like a struct that has an additional variable. There's probably more to it, I did not yet check that in the source code, but it sounds easy to implement (just add…
user5793
2
votes
2 answers

What's the advantage of colored coins compared to ERC20 tokens?

It's incredible how easy it is to create colored coins on the current devnet. That's amazing! And those coins are treated just like normal iotas. Has any other chain accomplished to publish colored coins? I'm aware of Bitcoins colored coins but I've…
user5793
2
votes
1 answer

Unknown value in milestone payload

I'm exploring the following milestone message. And I'm using the following RFC: 0019-RFC From the message, I've identified almost every element, but there is one that is not referenced in the documentation. The value is after the milestone…
user5291
  • 164
  • 7
2
votes
3 answers

If the IOTA Foundation runs out of money, who will continue the development?

Is the IOTA ecosystem strong enough to continue developing IOTA?
TheTangler
  • 59
  • 7
2
votes
0 answers

How are layer 2 solutions implemented on the tangle?

A couple of examples would be really helpful.
Hund
  • 420
  • 3
  • 13
2
votes
2 answers

What is the difference between Pollen and Coordicide?

Are they two different names to describe the same thing?
Hund
  • 420
  • 3
  • 13
2
votes
1 answer

How will database sizes be managed with many data transactions occurring on the tangle?

Is Chronicle the only way to reduce the size of my database?
Hund
  • 420
  • 3
  • 13
2
votes
0 answers

How can the tangle act as a custodian layer for other coins with fees, like Bitcoin?

Is it possible? Is there any documentation to make it possible?
Hund
  • 420
  • 3
  • 13
2
votes
0 answers

How to get the bundle hash or tail transaction hash by using the prepare_transfer() and send_trytes methods?

I am sending data to my hornet private tangle in Python. I wanted to do separate api calls to prepare the transaction and publish the transaction. So, I used api.prepare_transfer() and api.send_trytes() to do the before mentioned tasks. The code is…
Pranav
  • 35
  • 5
2
votes
1 answer

Deployment Problem with implementation in AWS IOTA Client in API Project

I used to have a problem with the deployment of an API using @ iota / client for sending and receiving messages using AWS services. I will show you a line of changes that I have been applying according to the recommendations and ideas that…
JuanHost
  • 83
  • 6
2
votes
0 answers

Error npm install dependencies - @iota/client deploy AWS - node api project

I did some local tests with my node-api-express; it works well when I send a message. So for the next step, I deployed it in ElasticBean AWS. But the console prints this error: [ERROR] An error occurred during execution of command [app-deploy] -…
JuanHost
  • 83
  • 6
2
votes
1 answer

MQTT and Bee nodes

I'm like to use MQTT to communicate with my Bee node. I've read that the MQTT protocol have been implemented inside the bee-node service. I use the 0.1.0 release of Bee. When I start my node I've got the following errors in warn.log file…
DamageCo
  • 61
  • 3
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
2
votes
1 answer

Migrating security_level=3 addresses to Chrysalis (at given index)

A couple of years ago I used the Iota Python SDK in order to generate some addresses. api = Iota(uri, seed) api_response = api.get_new_addresses(index=index, count=30, security_level=3) From there I chose one at a specific index, let's say 25, to…
Daniel F
  • 921
  • 1
  • 7
  • 15
2
votes
0 answers

What are the exact steps that are happening until a value transaction is completed

Could you describe how exactly are (value) messages now executed in the new network? So from issuing from one address until arriving in a new address? As a lot of things will change in the new network i would like to get an updated understanding of…
Phylo
  • 111
  • 5