-
Flow path:
1. The DAPP side displays the QR code, and the wallet side scans the QR code and then selects a wallet to log in. The wallet side calls "approveSession" method to allow login, "rejectSessi…
-
Making a general suggestions that we include a convenience feature in the NPM package for managing aliased pub-priv keypairs in a file, that can be loaded and used to sign transactions. Functions wou…
-
I am trying to connect with mobile app by scaning Qr code and then to sign transaction via perawallet on Phone but
After scaing QR code I get pop up to connect and it does connected there is no prob…
-
I'm having an issue with the ganache UI. I'm fairly certain that my transactions are going through since the nonce of the wallet keeps going up (I think I'm at 3 or 4 now). However, when I view the Tr…
-
```javascript
tronWeb.trx.sign('0x123456789');
```
在TronLink中,它会弹出确认签名的窗口。:smile:
在TronPay中,`sign函数被constomSignFunction覆盖了,这样调用会报错 :sob:
```
Uncaught (in promise) TypeError: Cannot read propert…
-
```javascript
var driver = require('bigchaindb-driver')
var alice = new driver.Ed25519Keypair()
var conn = new driver.Connection(
'https://test.bigchaindb.com/api/v1/',
{ app_id: 'my_ap…
-
Hi team,
This is our code for creating collection with Metaplex foundation JS SDK:
```javascript
export async function createCollection(
metaplex: Metaplex,
metadataUri: string,
name: st…
-
**BLOCKCHAIN**: Binance Smart Chain - Testnet
**PROVIDER**: Moralis speedy nodes
I am unable to send transaction since it seems that the library overrides erroneously the `chainId` of the transact…
-
https://bsc-dataseed.binance.org - Request timeout error only in ios 17 devices.
convertToUserFriendlyError URL: https://bsc-dataseed.binance.org error: connectionError(Error…
-
The `debug` namespace is cluttered with a mix of methods used for low-level client debugging and anything that wasn't standardised into the `eth` namespace. Creating this issue to track and decide how…
s1na updated
2 months ago