Skip to content

Commit 2e21466

Browse files
authored
added project logos (#2107)
* added project logos Signed-off-by: Nischal Sharma <[email protected]> * changed some logos Signed-off-by: Nischal Sharma <[email protected]> * check dark light svgs Signed-off-by: Nischal Sharma <[email protected]> * added more logos Signed-off-by: Nischal Sharma <[email protected]> * fixed few paths Signed-off-by: Nischal Sharma <[email protected]> * new logos added Signed-off-by: Nischal Sharma <[email protected]> * adjust width Signed-off-by: Nischal Sharma <[email protected]> * adjust align Signed-off-by: Nischal Sharma <[email protected]> * created 4 more svgs Signed-off-by: Nischal Sharma <[email protected]> * aligment and besu logo check Signed-off-by: Nischal Sharma <[email protected]> * alignment check Signed-off-by: Nischal Sharma <[email protected]> * argent size check Signed-off-by: Nischal Sharma <[email protected]> * created svg for remaining logos Signed-off-by: Nischal Sharma <[email protected]> * created fnality svg Signed-off-by: Nischal Sharma <[email protected]> * height constant 61 and width auto, added zk-sync Signed-off-by: Nischal Sharma <[email protected]> * aligned logos to 250, 280 Signed-off-by: Nischal Sharma <[email protected]> * aligned all 200 Signed-off-by: Nischal Sharma <[email protected]> * changed besu logos Signed-off-by: Nischal Sharma <[email protected]> * fixed aspect and height 61 Signed-off-by: Nischal Sharma <[email protected]> --------- Signed-off-by: Nischal Sharma <[email protected]>
1 parent 86df48c commit 2e21466

30 files changed

+686
-3
lines changed

README.md

+96-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ curl -L get.web3j.io | sh && source ~/.web3j/source.sh
9393
For Windows, in Powershell:
9494

9595
```shell script
96-
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/web3j/web3j-installer/master/installer.ps1'))
96+
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/hyperledger/web3j-installer/main/installer.ps1'))
9797
```
9898

9999
Create a new project by running:
@@ -184,6 +184,101 @@ $ ./gradlew -Pintegration-tests=false :test
184184
Check the [Docker client API](https://github.com/docker-java/docker-java/blob/master/docs/getting_started.md#instantiating-a-dockerclientconfig)
185185
for more information on configuration options.
186186

187+
188+
Projects using Web3j
189+
------------------
190+
191+
<a href="https://alphawallet.com/">
192+
<picture>
193+
<source media="(prefers-color-scheme: dark)" srcset="static-imgs/alphawallet-dark.svg">
194+
<img alt="Alphawallet logo" src="static-imgs/alphawallet-light.svg" width="auto" height="50">
195+
</picture>
196+
</a>
197+
198+
<a href="https://linea.build">
199+
<picture>
200+
<source media="(prefers-color-scheme: dark)" srcset="static-imgs/linea-dark.svg">
201+
<img alt="Linea logo" src="static-imgs/linea-light.svg" width="auto" height="50">
202+
</picture>
203+
</a>
204+
205+
<a href="https://consensys.io/">
206+
<picture>
207+
<source media="(prefers-color-scheme: dark)" srcset="static-imgs/consensys-dark.svg">
208+
<img alt="ConsenSys logo" src="static-imgs/consensys-light.svg" width="auto" height="50">
209+
</picture>
210+
</a>
211+
212+
<a href="https://ens.domains">
213+
<picture>
214+
<source media="(prefers-color-scheme: dark)" srcset="static-imgs/ens-dark.svg">
215+
<img alt="ENS logo" src="static-imgs/ens-light.svg" width="auto" height="50">
216+
</picture>
217+
</a>
218+
219+
<a href="https://github.com/hyperledger/besu">
220+
<picture>
221+
<source media="(prefers-color-scheme: dark)" srcset="static-imgs/hyperledger-besu-dark.svg">
222+
<img alt="Hyperledger Besu logo" src="static-imgs/hyperledger-besu-light.svg" width="auto" height="50">
223+
</picture>
224+
</a>
225+
226+
<a href="https://web3auth.io">
227+
<picture>
228+
<source media="(prefers-color-scheme: dark)" srcset="static-imgs/web3auth_dark.svg">
229+
<img alt="Web3Auth logo" src="static-imgs/web3auth_light.svg" width="auto" height="50">
230+
</picture>
231+
</a>
232+
233+
<a href="https://hedera.com">
234+
<picture>
235+
<source media="(prefers-color-scheme: dark)" srcset="static-imgs/hedera-dark.svg">
236+
<img alt="Hedera logo" src="static-imgs/hedera-light.svg" width="auto" height="50">
237+
</picture>
238+
</a>
239+
240+
<a href="https://celo.org">
241+
<picture>
242+
<source media="(prefers-color-scheme: dark)" srcset="static-imgs/celo-dark.svg">
243+
<img alt="Celo logo" src="static-imgs/celo-light.svg" width="auto" height="50">
244+
</picture>
245+
</a>
246+
247+
<a href="https://explorer.walletconnect.com/">
248+
<picture>
249+
<source media="(prefers-color-scheme: dark)" srcset="static-imgs/walletconnect-dark.svg">
250+
<img alt="WalletConnect logo" src="static-imgs/walletconnect-light.svg" width="auto" height="50">
251+
</picture>
252+
</a>
253+
254+
<a href="https://argent.xyz">
255+
<picture>
256+
<source media="(prefers-color-scheme: dark)" srcset="static-imgs/argent-dark.svg">
257+
<img alt="Argent logo" src="static-imgs/argent-light.svg" width="auto" height="50">
258+
</picture>
259+
</a>
260+
261+
<a href="https://unstoppabledomains.com">
262+
<picture>
263+
<source media="(prefers-color-scheme: dark)" srcset="static-imgs/unstoppable_domains-dark.svg">
264+
<img alt="Unstoppable Domains logo" src="static-imgs/unstoppable_domains-light.svg" width="auto" height="50">
265+
</picture>
266+
</a>
267+
268+
<a href="https://www.fnality.org/home">
269+
<picture>
270+
<source media="(prefers-color-scheme: dark)" srcset="static-imgs/fnality-dark.svg">
271+
<img alt="Fnality logo" src="static-imgs/fnality-light.svg" width="auto" height="50">
272+
</picture>
273+
</a>
274+
275+
<a href="https://zksync.io/">
276+
<picture>
277+
<source media="(prefers-color-scheme: dark)" srcset="static-imgs/zksync-dark.svg">
278+
<img alt="zksync logo" src="static-imgs/zksync-light.svg" width="auto" height="50">
279+
</picture>
280+
</a>
281+
187282
Commercial support and training
188283
-------------------------------
189284

gradle/spotless/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ apply plugin: 'com.diffplug.spotless'
33
apply plugin: "de.undercouch.download"
44

55
task downloadJavaLicense(type: Download) {
6-
src 'https://raw.githubusercontent.com/web3j/build-tools/master/gradle/spotless/java.license'
6+
src 'https://raw.githubusercontent.com/hyperledger/web3j-build-tools/main/gradle/spotless/java.license'
77
dest new File("$rootDir/gradle/spotless",'java.license')
88
quiet true
99
onlyIfModified true
1010
}
1111

1212
task downloadFormatterProperties(type: Download) {
13-
src 'https://raw.githubusercontent.com/web3j/build-tools/master/gradle/spotless/formatter.properties'
13+
src 'https://raw.githubusercontent.com/hyperledger/web3j-build-tools/main/gradle/spotless/formatter.properties'
1414
dest new File("$rootDir/gradle/spotless",'formatter.properties')
1515
quiet true
1616
onlyIfModified true

static-imgs/alphawallet-dark.svg

+16
Loading

static-imgs/alphawallet-light.svg

+16
Loading

static-imgs/argent-dark.svg

+10
Loading

static-imgs/argent-light.svg

+10
Loading

static-imgs/besu-dark.svg

+22
Loading

0 commit comments

Comments
 (0)