Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strader07/erc20_ico
Build your own ERC20 token and a DApp for ICO
https://github.com/strader07/erc20_ico
dapp erc20 erc20-token ganache ico initial-coin-offering metamask smart-contracts solidity token truffle web3js
Last synced: 3 months ago
JSON representation
Build your own ERC20 token and a DApp for ICO
- Host: GitHub
- URL: https://github.com/strader07/erc20_ico
- Owner: strader07
- Created: 2021-06-09T04:28:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-14T05:09:32.000Z (over 3 years ago)
- Last Synced: 2024-10-26T19:02:14.513Z (4 months ago)
- Topics: dapp, erc20, erc20-token, ganache, ico, initial-coin-offering, metamask, smart-contracts, solidity, token, truffle, web3js
- Language: JavaScript
- Homepage: https://strader07.github.io/erc20_ico/
- Size: 275 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build your own ERC20 token and a Dapp for ICO
## Deploy locally
```bash
truffle migrate --reset
```## Deploy to rinkeby testnet
```bash
truffle migrate --network=rinkeby --reset
```## Test an app
```bash
npm install
npm run dev
```Check out the demo [here](https://strader07.github.io/erc20_ico/)
(Before testing, make sure you have your metamask connected to rinkeby testnet)
Check out the token details in [etherscan](https://rinkeby.etherscan.io/token/0x56964a96152e4454202bfb7100698e95e8c5884b?a=0x2e7816f64c9c58024d385c1a0948d1ff8a9092d2)