https://ashokacoin.netlify.app/
Our project is to implement a blockchain-based project that encompasses the deployment and management of an Initial Coin Offering (ICO) on the Ethereum network by the name - AshokaCoin
We essentially code up two contracts, an ERC20 token contract, and a sale contract, which reference each other. The ERC20 token contract mints an initial supply of 5 million tokens upon deployment (we have taken 5 million just as a placeholder amount), holding them within the contract. The sale contract facilitates the conversion of payable ETH to tokens directly for users, forwarding the received ETH to a specified wallet designated to hold ICO funds.
- Truffle v5.11.5 (core: 5.11.5)
- Ganache v7.9.1
- Solidity v0.5.16 (solc-js)
- Node v18.13.0
- Web3.js v1.10.0
- ReactJS v18.2.0
- ExpressJS v4.18.2
- Nodemon v3.0.2