Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/programarivm/solidity-contract-balance

The Git way for a Node.js app to get a Solidity contract balance.
https://github.com/programarivm/solidity-contract-balance

balance crypto dapp ethereum example ropsten smart-contracts solidity tutorial

Last synced: 16 days ago
JSON representation

The Git way for a Node.js app to get a Solidity contract balance.

Awesome Lists containing this project

README

        

# The Git Way for a Node.js App to Get a Solidity Contract Balance

Learning to build dapps step by step? Just go take a cup of coffee and browse the commit log of this repo!

8a75a61 (HEAD -> master) app.js is implemented
4887837 contracts/EtherReceiver.json is added
bdfb389 npm install web3 dotenv
532eae0 .gitignore is added
7bd1c28 npm init

### You may also be interested in...

- [The Git Way to Deploy a Solidity Smart Contract on Ropsten With Truffle](https://github.com/programarivm/solidity-hello-world)
- [The Git Way for a Node.js App to Interact With a Solidity Smart Contract](https://github.com/programarivm/solidity-interacting-with-nodejs)
- [The Git Way for a Smart Contract to Receive Ether](https://github.com/programarivm/solidity-receive-ether)
- [The Git Way for a Node.js App to Get a Smart Contract Balance](https://github.com/programarivm/solidity-contract-balance)
- [The Git Way to Withdraw Ether From a Contract](https://github.com/programarivm/solidity-withdraw-ether-from-contract)

### Contributions

Would you help make this tutorial better? Please feel free to open an issue on this repository. Thank you.