Skip to content

This is an example of how to use BRC20 withdraw in Backend

Notifications You must be signed in to change notification settings

0xapp123/BRC20-withdraw-BE

Repository files navigation

BRC20-Withdraw-Backend

brc20-backend

brc20-backend

BRC20-withdraw-Backend

in frontend.

src/config.ts testVersion = false : mainnet testversion = true : testnet

src/App.tsx

const [network, setNetwork] = useLocalStorage( "xversenetwork", BitcoinNetworkType.Mainnet ); : mainnet

const [network, setNetwork] = useLocalStorage( "xversenetwork", BitcoinNetworkType.Testnet ); : testnet

About

This is an example of how to use BRC20 withdraw in Backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published