Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit b83a65a

Browse files
committed
Move logo assets to own folder, organize README link
1 parent f1f18cc commit b83a65a

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@ Released with 1.0.0-beta.37 code base.
147147
### Changed
148148

149149
- Ensure '0x' prefix is existing for Accounts.sign and Accounts.privateKeyToAccount (#3041)
150+
- Repository cleanup
151+
- Removed unneeded `docs/_build` folder
152+
- Removed bower and meteor artifact files
153+
- Moved logo assets to own folder
154+
- Moved github assets to own folder
150155

151156
### Fixed
152157

README.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
<p align="center">
2-
<img src="https://github.com/ethereum/web3.js/raw/1.x/web3js.jpg" width=200 />
3-
</p>
1+
![web3.js][logo]{:width="200px"}
42

53
# web3.js - Ethereum JavaScript API
64

7-
[![Join the chat at https://gitter.im/ethereum/web3.js](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ethereum/web3.js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[![npm](https://img.shields.io/npm/dm/web3.svg)](https://www.npmjs.com/package/web3) [![Build Status][travis-image]][travis-url] [![dependency status][dep-image]][dep-url] [![dev dependency status][dep-dev-image]][dep-dev-url] [![Coverage Status][coveralls-image]][coveralls-url]
8-
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)
5+
[![Join the chat on Gitter][gitter-image]][gitter-url] [![npm][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![dependency status][dep-image]][dep-url] [![dev dependency status][dep-dev-image]][dep-dev-url] [![Coverage Status][coveralls-image]][coveralls-url]
6+
[![lerna][lerna-image]][lerna-url]
97

108
This is the Ethereum [JavaScript API][docs]
11-
which connects to the [Generic JSON RPC](https://github.com/ethereum/wiki/wiki/JSON-RPC) spec.
9+
which connects to the [Generic JSON-RPC](https://github.com/ethereum/wiki/wiki/JSON-RPC) spec.
1210

1311
You need to run a local or remote [Ethereum](https://www.ethereum.org/) node to use this library.
1412

@@ -158,9 +156,10 @@ The contribution guidelines are provided in [CONTRIBUTIONS](./CONTRIBUTIONS.md)
158156
- PHP - [web3.php](https://github.com/sc0Vu/web3.php)
159157
- Ruby - [ethereum.rb](https://github.com/EthWorks/ethereum.rb)
160158
159+
[logo]: assets/logo/web3js.jpg
161160
[repo]: https://github.com/ethereum/web3.js
162161
[docs]: http://web3js.readthedocs.io/
163-
[npm-image]: https://badge.fury.io/js/web3.png
162+
[npm-image]: https://img.shields.io/npm/dm/web3.svg
164163
[npm-url]: https://npmjs.org/package/web3
165164
[travis-image]: https://travis-ci.org/ethereum/web3.js.svg
166165
[travis-url]: https://travis-ci.org/ethereum/web3.js
@@ -172,3 +171,7 @@ The contribution guidelines are provided in [CONTRIBUTIONS](./CONTRIBUTIONS.md)
172171
[coveralls-url]: https://coveralls.io/r/ethereum/web3.js?branch=1.x
173172
[waffle-image]: https://badge.waffle.io/ethereum/web3.js.svg?label=ready&title=Ready
174173
[waffle-url]: https://waffle.io/ethereum/web3.js
174+
[gitter-image]: https://badges.gitter.im/Join%20Chat.svg
175+
[gitter-url]: https://gitter.im/ethereum/web3.js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
176+
[lerna-image]: https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg
177+
[lerna-url]: https://lerna.js.org/
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)