Most Popular

1074 questions
1
vote
1 answer

How to send a single NFT with expiry unlock condition on Shimmer using wallet.rs in python?

I was trying to send a single NFT with an expiry unlock condition using the wallet.rs library for Shimmer. I have successfully created an account and funded it with the required SMR tokens and minted an NFT and I was able to send NFTs around.…
Antonio Nardella
  • 1,074
  • 5
  • 17
1
vote
2 answers

IOTA learning group for foundations

is anybody interested in forming an online learning group for doing some basic examples in how to use IOTA with Python? I am thinking of something along the lines: post data transaction to a recipient in the Tangle read the data transaction from…
1
vote
2 answers

IOTA with Python for starters

I am trying to run a few simple Python examples and then move to more complex stuff. As a first step I tried to connect to a Node and get info. Environment: linux, python 3.9, ota_client_python-0.2.0a3-cp36-abi3-linux_x86_64.whl Python code: import…
1
vote
1 answer

How to send non value transaction, just simple indexation payload an integer or float data to same messageid everytime using iota_client in Python?

I am sending integer and float data to IOTA ledger at Chrysalis Devnet using iota_client Python library. Each time I send new subset of data or want to update the same data, client = iota_client.Client() sends it to default test network at different…
K.Baig
  • 41
  • 1
1
vote
1 answer

New install of Firefly wallet crashes when tapping Receive Funds > Share an address, on Android

I'm a newbie to Iota, and just installed the Firefly wallet from the Play store to have a look at it. After creating the wallet with no issues, I tried going into Receive Funds then tapped "Share an address" at which point the app hung for maybe 20…
1
vote
0 answers

How to receive packets without Links in IOTA Streams

I am using the c bindings (v.1.1.0) of the iota streams lib for my c++ app and there is something i didn't yet understand. I wanted to create an author for sending and a subscriber for reading messages on a channel. After the author sent an…
emDave
  • 57
  • 6
1
vote
0 answers

Minimum hardware requirements for a Hornet + WASP node

Hornet minimum hardware specs: 4 cores or 4 vCPU. 8 GB RAM. SSD storage. What percentage of the hardware spec is often used? I'm wondering by how much I should increase the VPS cores & RAM for a Hornet + WASP node
0xZiyad
  • 41
  • 2
1
vote
1 answer

Is it possible to use iota.rs libraries for both Shimmer and IOTA Chrysalis in the same Python app? and in a Docker container?

For my application there is the requirement to run iota.rs for Shimmer and IOTA Chrysalis. How is that possible? Bonus question: how can I do that in a docker container?
Antonio Nardella
  • 1,074
  • 5
  • 17
1
vote
1 answer

Wallet.rs: ValueError: error accessing storage: IO error: lock hold by current process [...}: No locks available

Sending native tokens SMR with Shimmer's wallet.rs in existing Python output the following error: ValueError: error accessing storage: IO error: lock hold by current process, acquire time 1675876083 acquiring thread 2310207: ./alice-database/LOCK:…
Antonio Nardella
  • 1,074
  • 5
  • 17
1
vote
1 answer

ISC WASP fixed block interval

is there way to set a fixed block interval in WASM based chains? e.g. call a tick() function every 10 seconds. in particular, i need a way of calculating elapsed time since X let tick = 0; func1 { tick = now(); } func2 { if now() > tick + 10…
0xZiyad
  • 41
  • 2
1
vote
2 answers

Send nft on the shimmer network

I can't find any docs about more details than. https://wiki.iota.org/shimmer/iota.rs/how_tos/build_nft_output/#expected-output I was looking for something like…
melody
  • 11
  • 2
1
vote
1 answer

Migrating from Trinity to Firefly - PIN requested which I never created

I am somewhat late to the migration process. I checked my Trinity wallet and saw a zero balance. I then did the snapshot thing and then saw that all of my balance had been subtracted. I installed Firefly after I realized it is the upgraded wallet.…
Mark
  • 11
  • 1
1
vote
1 answer

persisting UTXO metadata

thanks to this topic, I understand that I have to take in consideration Shimmer -and not the actual IOTA mainnet- in order to store data inside transactions permanently. My concern is about persistence. I have to persist my data inside the tangle…
keuzzolo
  • 35
  • 2
1
vote
1 answer

Can IOTA Smart Contracts access IOTA Streams channels or vice versa?

I am currently learning how IOTA Smart Contract Protocol works. From what I have been able to read, the ISCP is a second layer protocol which off-Tangle executes smart contracts. However, its state is updated in the Tangle as a hash based on a…
user5291
  • 164
  • 7
1
vote
1 answer

Cannot send transction or basic ouput with iota.c

I am using the latest version of iota.c client lib (v1.0.1) together with a local hornet node (v2.0.0-rc2). When compiling iota.c and executing the example found here to send a basic output together with my hornet node running locally I get the…
emDave
  • 57
  • 6