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

Commit 65e32b4

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

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<p align="center">
2-
<img src="https://github.com/ethereum/web3.js/raw/1.x/web3js.jpg" width=200 />
2+
<img src="assets/logo/web3js.jpg" width="200" alt="web3.js">
33
</p>
44

55
# web3.js - Ethereum JavaScript API
66

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/)
7+
[![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]
8+
[![lerna][lerna-image]][lerna-url]
99

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

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

@@ -160,7 +160,7 @@ The contribution guidelines are provided in [CONTRIBUTIONS](./CONTRIBUTIONS.md)
160160
161161
[repo]: https://github.com/ethereum/web3.js
162162
[docs]: http://web3js.readthedocs.io/
163-
[npm-image]: https://badge.fury.io/js/web3.png
163+
[npm-image]: https://img.shields.io/npm/dm/web3.svg
164164
[npm-url]: https://npmjs.org/package/web3
165165
[travis-image]: https://travis-ci.org/ethereum/web3.js.svg
166166
[travis-url]: https://travis-ci.org/ethereum/web3.js
@@ -172,3 +172,7 @@ The contribution guidelines are provided in [CONTRIBUTIONS](./CONTRIBUTIONS.md)
172172
[coveralls-url]: https://coveralls.io/r/ethereum/web3.js?branch=1.x
173173
[waffle-image]: https://badge.waffle.io/ethereum/web3.js.svg?label=ready&title=Ready
174174
[waffle-url]: https://waffle.io/ethereum/web3.js
175+
[gitter-image]: https://badges.gitter.im/Join%20Chat.svg
176+
[gitter-url]: https://gitter.im/ethereum/web3.js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
177+
[lerna-image]: https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg
178+
[lerna-url]: https://lerna.js.org/
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)