mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 04:28:01 +00:00
List SubWallet as a user (#2155)
This commit is contained in:
@@ -17,6 +17,16 @@ Making additions to the list will be reflected on merge at [polkadot.js.org/phis
|
||||
The `{address, all}.json` files are also published to IPFS, via [ipns/phishing.dotapps.io](https://ipfs.io/ipns/phishing.dotapps.io/). Libraries can also consume from here for a decentralized approach.
|
||||
|
||||
|
||||
## Notable users
|
||||
|
||||
The following wallets integrate either address or site blocking from these lists:
|
||||
|
||||
- [polkadot{.js} extension](https://github.com/polkadot-js/extension)
|
||||
- [polkadot{.js} apps](https://polkadot.js.org/apps)
|
||||
- [Fearless Wallet](https://fearlesswallet.io/)
|
||||
- [SubWallet](https://subwallet.app/)
|
||||
|
||||
|
||||
### Integration
|
||||
|
||||
Since the lists are published as JSON, integration for any non-JS wallets (only a JS library that is provided) should be simple - retrieve the applicable list, parse the JSON and do the required checks either on host or address as per the requirements. The Javascript library does have some features that may be worth thinking about for other integrations -
|
||||
|
||||
+1
-1
@@ -53,7 +53,7 @@
|
||||
<div class="box">
|
||||
<p class="desc">A community driven curated list of potentially less-than-honest operators.</p>
|
||||
<p class="desc">Any additions can be made by editing <a href="https://github.com/polkadot-js/phishing/edit/master/all.json">phishing/all.json</a> and adding any new sites in alphabetical order. In the same vein addresses can be added in <a href="https://github.com/polkadot-js/phishing/edit/master/address.json">phishing/address.json</a>. For any discrepancies or requests <a href="https://github.com/polkadot-js/phishing/issues">log an issue</a>.</p>
|
||||
<p class="desc">The list of sites are blocked when using extensions such as the <a href="https://github.com/polkadot-js/extension">polkadot{.js} extension</a>. The addresses are blocked in wallets such as <a href="https://polkadot.js.org/apps">polkadot{.js} apps</a> and <a href="https://fearlesswallet.io/">Fearless Wallet</a>.</p>
|
||||
<p class="desc">The following extensions and wallets have blocking functionality based on these lists: <a href="https://github.com/polkadot-js/extension">polkadot{.js} extension</a>, <a href="https://polkadot.js.org/apps">polkadot{.js} apps</a>, <a href="https://fearlesswallet.io/">Fearless Wallet</a> and <a href="https://subwallet.app/">SubWallet</a>.</p>
|
||||
<p id="buttons" class="buttons"><a href="#" id="btn-sites" onclick="fillTable('sites')">Sites</a><a href="#" id="btn-addresses" onclick="fillTable('addresses')">Addresses</a></p>
|
||||
<p class="search"><input id="search" placeholder="search & filter entries" type="search"></p>
|
||||
<table>
|
||||
|
||||
Reference in New Issue
Block a user