ethjs
A highly optimised, light-weight JS utility for Ethereum.
File Explorer
Download Latest Version (.zip)- CONTRIBUTING.md
- ISSUE_TEMPLATE.md
- PULL_REQUEST_TEMPLATE.md
- ethjs.js
- ethjs.js.map
- ethjs.min.js
- developer-guide.md
- README.md
- user-guide.md
- webpack.config.js
- getTransactionSuccess.js
- test.getTransactionSuccess.js
- test.index.js
- index.js
- .editorconfig
- .gitattributes
- .gitignore
- .travis.yml
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- LICENSE
- package-lock.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/ethjs/ethjs
Downloads the entire project code from GitHub to your computer.
cd ethjs
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install --save ethjs
Downloads and installs the libraries listed in package.json.
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ethjs@0.3.4/dist/ethjs.min.js"></script>
Type this command into your terminal and run it.
<img src="http://img.shields.io/npm/v/ethjs.svg"
Type this command into your terminal and run it.
alt="NPM version" />
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
