-
### What happened?
Deployed [Sui dApp Starter](https://github.com/suiware/sui-dapp-starter) demo to Walrus:
```
Site object ID: 0xdaf4d7b1631ff366c04d500446342bbcc14023c655cbc6be841c0425d6e7f59e
…
-
Please add support (or a branch) for testnet, I would be more comfortable testing this software with testnet coins than actual bitcoins.
-
Would be great to have a permanent storage (wallet) for testnet private keys. Otherwise I'm just burning testnet coins. Am I missing something?
-
Transaction from wallet on testnet - (wallet.ton.org/?testnet=true) to Ton Wallet for Windows and Toncoin wallet in Crypto Bot failed. Coins did not arrive on Ton Wallet for Windows and Toncoin wallet…
-
It would be really useful if it were easy to request testnet paicoins. In application development, it is useful to have testnet coins. Right now, it is difficult to create these.
-
After I run the command: lnpd -vvv --network testnet init, while I have gave the two testnet addresses some coins, I get the error:
Funding wallet 'funding.wallet' ... found
[2022-11-28T15:00:11…
-
When I run
var client = new QBitNinjaClient(network);
var balance = await client.GetBalance(address, true);
Console.WriteLine(balance.Operations.Count());
It always outputs 0 even though I hav…
-
I am using the testnet bitcoin-wallet. There are coins in the wallet. When I try to send coins to a name label it won't work. The send dialog says "enter bitcoin address or name." What kind of name ca…
-
`testnet3` is broken, it would be good to have `testnet4` support
-
Going through the coins file, there are a few inconsistencies which could be fixed to help with future maintenance.
e.g.
- BEP-20 (and other platform/protocols) tokens should have a `-BEP20` suffix …