-
Currently, this library supports signing transactions by inputting account credentials to sign with or by using this library inside of a wallet so the wallet can sign transactions and display transact…
-
Hi we have encountered a problem.
When a Transaction is constructed and processed, there generates 2 block, one with Transaction details and one with same #hash but array(0) block.
Same issue ar…
-
**Describe the bug** A clear and concise description of what the bug is.
In our testing of the signTransaction functionality from ioBuilders for integration into the Hedera Stablecoin project, we h…
-
## Description
Wallet address shows up as Contract address when set to Ethereum Mainnet
## Steps to Reproduce
1. Setup eth-manual-test on localhost
2. Set network to Ethereum Ma…
-
`
func SignTransaction(redeemTx *wire.MsgTx, secret string, destination string, amount float64, utxos []dto.Utxo) error {
privByte, _ := hex.DecodeString(privKey)
privateKey, pubKey := btcec.Pr…
-
Hi ,
There is no sample for transaction signing
I has a transfer contract for TRX ,
TransferContract trx = new TransferContract();
trx.Amount = 100;
trx…
-
Update **deploy.js** to following :
# deploy.js
```
const ethers = require("ethers")
// const solc = require("solc")
const fs = require("fs-extra")
require("dotenv").config()
async function m…
-
I'm wondering if it would make sense to use some of the sub-libraries here in a cross-platform C++ project. I just want to be able to interact with an Ethereum contract, and possibly make some transac…
-
Submitting the SMT Wizard form at https://smtwizard.steemitdev.com/ with a fictitious username and password (with less than 52 characters) gave me the following javascript error on Chrome:
k.Asse…
-
Signing arbitrary data with a private key seems to be missing from the Js web3 counterpart.
[web3.eth.accounts.sign](https://web3js.readthedocs.io/en/v1.2.7/web3-eth-accounts.html?highlight=this.w…