Provide insight into the workings of the TACo system.
Live at: https://tacoscan.com/
git clone https://github.com/threshold-network/tacoscan.git
cd tacoscan
npm install -g yarn
yarn install
yarn codegen
# Set up environment variables
cp .env.example .env
# Edit .env and add your WalletConnect Project ID
# run in dev mode
yarn start
# run in production mode
yarn build-prod
yarn preview
# http://localhost:4001This application supports multiple wallet connection methods including WalletConnect v2, MetaMask, and Coinbase Wallet.
- Get a free Project ID from WalletConnect Cloud
- Add it to your
.envfile:VITE_REACT_APP_WALLET_CONNECT_PROJECT_ID=your_project_id_here
- MetaMask (browser extension and mobile)
- WalletConnect (any compatible mobile wallet)
- Coinbase Wallet
- Rainbow Wallet
- Trust Wallet
- And more...
For detailed wallet setup instructions, see WALLET_SETUP.md