Bitcoin testnet checkout page
See original GitHub issuewhen using the btcpay bitcoin testnet, is it possible to let all noob users and myself, Know!! in checkout window and Bitcoin logo, That they are using bitcoin testnet coins, if possible ?
just a idea!! since I`m playing much more with testnet bitcoin, lightning with btcpay server
cheers
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:14 (12 by maintainers)
Top Results From Across the Web
Create Bitcoin checkout page for BTCPay
How to create a custom Bitcoin checkout page for your BTCPay store. The payment page in the design of your online store based...
Read more >Bitcoin testnet Trezor Suite and wallets
Connect and unlock your Trezor device · Open Trezor Suite and navigate to settings. Select the 'Crypto' tab and then Bitcoin Testnet under...
Read more >Checkout page: Running test transactions with Crypto
Running Crypto test transactions. In the checkout page, select Cryptocurrency in the Payment Method dropdown. Fill in the rest of the details and...
Read more >Testnet - Bitcoin Wiki
The testnet is an alternative Bitcoin block chain to be used for testing. Testnet coins are separate and distinct from actual bitcoins, and...
Read more >How to send and receive testnet coins (TBTC)
Send testnet BTC (20 minutes) · Click the Assets tab in your Casa App. · Click your Test Bitcoin wallet. · Click the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
CryptoImagePath = NetworkType == NetworkType.Mainnet ? "imlegacy/bitcoin.svg" : "imlegacy/test-bitcoin.svg",
done.
If that’s the case, then there is no need to modify any implementation. You just have to do a
if/else
where you affect theCryptoImagePath
to put another image, it has access to the network type. This is 1 line of code.