-
Hello @Alex99y @JCibeira Is it possible to create an algorand asset from scratch using myalgo-connect? I see it on the myalgo-connect README demo page but I don't see a demo of it in the myalgo-conne…
-
I'm trying to sign a simple multisign transaction though, It seems that XRP's `signTransaction`throws an error if a given raw tx's `SigningPubKey` is empty.
```
Error
at new TransportStatusEr…
-
### Description
I truly appreciate the possibility to have pseudo dynamic class in my models.
Unfortunately, it's not always possible to add a new specific property to make the lookup working and m…
-
A digital signature is required for Argo's transactions, but when calling `hashTransaction`, it calculate without a error, assuming a digital signature is empty. If this transaction with wrong calcula…
-
#### Expected behavior
> https://github.com/web3/web3.js/blob/4.x/docs/docs/guides/basics/sign_and_send_tx/local_wallet.md
```ts
// First step: initialize `web3` instance
import Web3 from 'web…
-
Any release date for BTC support? Thanks
-
We currently have a `smoldot-v1` interface for communicating with a Smoldot in an extension, and a `substrate-connect-unstable` interface for talking with extensions like Substrate Connect (this hasn'…
-
A stake pool will need some kind of policy definition and enforcement framework. Policy refers to accepting or rejecting blocks based on some kind of criteria (e.g. spending certain funds, miner misb…
-
Originally reported on Google Code with ID 602
```
We've got one occurence of a missing a private key:
Exception in thread "main" org.bitcoinj.core.ECKey$MissingPrivateKeyException
at org.bi…
-
from web3 import Web3
# Conectar-se à blockchain
w3 = Web3(Web3.HTTPProvider('sua_url_da_blockchain'))
# Definir chaves privadas e públicas
chave_privada = 'sua_chave_privada'
chave_publica =…