Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/programarivm/solidity-hello-world
The Git way to deploy a Solidity smart contract on Ropsten with Truffle.
https://github.com/programarivm/solidity-hello-world
dapp ethereum example ropsten solidity solidity-contracts truffle tutorial
Last synced: 15 days ago
JSON representation
The Git way to deploy a Solidity smart contract on Ropsten with Truffle.
- Host: GitHub
- URL: https://github.com/programarivm/solidity-hello-world
- Owner: programarivm
- Created: 2020-10-22T07:38:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T16:49:32.000Z (about 4 years ago)
- Last Synced: 2024-11-11T00:39:02.739Z (2 months ago)
- Topics: dapp, ethereum, example, ropsten, solidity, solidity-contracts, truffle, tutorial
- Language: JavaScript
- Homepage:
- Size: 51.8 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Git Way to Deploy a Solidity Smart Contract on Ropsten With Truffle
Learning to build dapps step by step? Just go take a cup of coffee and browse the commit log of this repo!
ab27b5b (HEAD -> master, origin/master) README is added
2b0e05a truffle migrate --network ropsten
aae6249 truffle-config.js is updated
8f1ef2e npm install --save dotenv
6e99bcc 2_deploy_contracts.js is added
6b6d358 HelloWorld.sol is added
144bf28 truffle init
31aea18 npm install @truffle/hdwallet-provider
173d4cd .gitignore is added
560a1ed 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.