npm i
npm run build
- Run all:
npm run test
- Run coverage:
npm run test-coverage
- Run only DbiliaToken test:
npm run test-token
- Run only Marketplace test:
npm run test-marketplace
- Run only WethReceiver test:
npm run test-wethreceiver
This faucet provides both test MATIC
tokens on Matic testnet and test ETH
tokens on Goerli
https://faucet.matic.network/
To connect Metamask to Matic, please set the Custom RPC
with the following info:
Network Name
:Matic Mumbai Testnet
orMatic Mainnet
New RPC URL
:https://rpc-mumbai.maticvigil.com
(testnet) orhttps://rpc-mainnet.maticvigil.com
(mainnet)Chain ID
:80001
(testnet) or137
(mainnet)Currency symbol
:MATIC
Block explorer URL
:https://mumbai.polygonscan.com/
(testnet) orhttps://polygonscan.com/
(mainnet)