Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davekiss/web3-node-tutorial
https://github.com/davekiss/web3-node-tutorial
ethereum nodejs web3
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/davekiss/web3-node-tutorial
- Owner: davekiss
- Created: 2018-01-27T14:23:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-28T03:25:44.000Z (almost 7 years ago)
- Last Synced: 2024-10-05T08:24:18.099Z (about 1 month ago)
- Topics: ethereum, nodejs, web3
- Language: JavaScript
- Homepage: https://davekiss.com/ethereum-web3-node-tutorial
- Size: 41 KB
- Stars: 20
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ethereum Web3 Node Tutorial
## Requirements
- Node.js 8.4.0
## Setup
Install the tutorial dependencies by running `npm install` or `yarn`
Then, create a file named `.env` and save it to the root directory of the project. This file will hold your sensitive credentials and will be ignored by the Git repository, so it won't be uploaded or shared anywhere.
Follow the tutorial at https://davekiss.com/ethereum-web3-node-tutorial and happy hacking/hodling!
If this tutorial helps you make boatloads of magic internet money, don't forget to give back: `0xDcd2E5A0641C1A50d4b2a79288C83896E9912b08`
### Helpful Resources
- https://medium.com/@codetractio/try-out-ethereum-using-only-nodejs-and-npm-eabaaaf97c80
- https://ethereum.stackexchange.com/questions/12823/proper-transaction-signing
- https://ethereum.stackexchange.com/questions/33205/how-to-send-a-transaction-to-myetherapi-com-with-web3-py