Most Popular

1074 questions
1
vote
0 answers

How to request all addresses & balances for a specific Shimmer Layer 2 Token?

How do I request all addresses with balances for a specific Shimmer Layer 2 Token?
1
vote
1 answer

Starting up a node

I just started looking at Shimmer network and I wanted to setup a node. I'm on Ubuntu. I've followed the setup guide but when I run the command "wasp -c wasp-node', 'wasp' command not found.
Jay
  • 11
  • 1
1
vote
1 answer

IOTA Streams project still supported?

I discovered the https://iot2tangle.io/hub.html webpage. I tried to set up a project from the page using the STM32_B-L475E-IOT01A BLE project https://github.com/iot2tangle/STM32_B-L475E-IOT01A/tree/main/BLE-sender. I was able to set up a BLE…
Milo
  • 11
  • 1
1
vote
0 answers

Tip selection can be done by myself?

I've read the documentation about the lazy Tips and why you should use these algorithms in order to get the "best" Tips. But I have a question: is possible to choose by myself what tips refer to? And, more specifically, is possible to select a…
1
vote
1 answer

IOTA Node not reachable

I would like to make an app to store messages in the Tangle and retrieve them again. Do I have to run an Iota node on my PC , or can I connect to a neighbou node to make the app? with this code I always get the error message that the node is not…
Joseph
  • 11
  • 1
1
vote
0 answers

What determines the time a message is included in the IOTA Tangle?

I have a Hornet node connected to the IOTA network. In turn, from my own node I'm sending different messages over the Streams protocol. The propagation times I get give me no clue about why some messages are validated in less time than others. Here…
user5291
  • 164
  • 7
1
vote
0 answers

Access the Explorer from my application

In my application, I need to do some regular checks into the Tangle Explorer. I wonder if it's possible to access the Tangle Explorer directly from my application code, in order to automate the checks (via API or something like this). Thanks.
1
vote
0 answers

Sending big payload in multiple messages

From this question, I would like to know if there is an updated method to send big payload within the current IOTA network (chrysalis 1.5). From the docs: Because messages in IOTA are not allowed to exceed a size of 32kb, the message must declare…
user5291
  • 164
  • 7
1
vote
2 answers

Why nodes are still unconfirmed with two tips?

As per the understanding, to issue a new transaction, we need to validate 2 unconfirmed transactions called tips, and then we can append a new transaction to those transactions, adding 2 new edges to the DAG and the new transaction will be a new…
bolar
  • 11
  • 1
1
vote
2 answers

WASP Node Instalation

I am trying to set up the wasp node the first time, I am trying to follow the official tutorial but somehow cannot figure out How to install the wasp console or command line. I know this is a very basic question but if someone has some reference…
MKM
  • 11
  • 1
1
vote
1 answer

WASP Chain Setup TCP Connection Refused Error

I am trying to setup a WASP Chain to test deploy a EVM smart contract. However, I try to wasp-cli request-funds or wasp-cli chain deploy I am getting a dial tcp connect:connection refused error. This is what my wasp-cli.json looks like. How can I…
Tyler Choi
  • 21
  • 2
1
vote
0 answers

Can't connect to custom hornet node using nodejs clientbuilder

Have a hornet node set up on AWS, able to access the dashboard and interact with the REST API just fine. However when trying to build a connection to it using nodejs @iota/client ClientBuilder cannot connect to it. async function run() { // this…
1
vote
2 answers

My address shown in Firefly starts with atoi1 instead of iota1

When I created a new wallet (or migrated an existing one) to Firefly, the address shown starts with atoi1 and not iota1. Others cannot send funds to that address.
mihi
  • 7,324
  • 2
  • 15
  • 34
1
vote
1 answer

Unable to start a Wasp test chain on WSL

While trying to deploy a wasp chain I am receiving the following timeout error: wasp-cli chain deploy --committee=0 --quorum=1 --ch ain=mychain --description="My chain" creating new chain. Owner address: 1BsTvwN9jqFnF2t8....MbF3J1hza7. State…
1
vote
1 answer

how to get the latest Received message in one account?

I want to query the latest Received message in one account,I try "let tx = await account.listMessages(1, 1, 1)",After I test,it returned the oldest received message,not the recent