Checkout my new JoviToken built with Ethereum blockchain!
View Demo
·
Report Bug
·
Request Feature
JoviToken is an ERC20 based token currently deployed on the Ethereum Goerli testnetwork. This token is for learning purposes only. ERC-20 is the technical standard for fungible tokens created using the Ethereum blockchain. A fungible token is one that is interchangeable with another token. This repo includes the Smart Contract files for the Presale and Initial Coin Offering (ICO) for JoviToken. This also includes the unit testing files for the solidity smart contracts.
For ICO Website 💻 implementation follow JoviTokenIco-contracts
Here are some cool features of this crowdsale:
- Minted Crowdsale : Instead of having a fixed supply the tokens are minted according to the total purchase
- Capped Crowdsale : adds a cap to your crowdsale, invalidating any purchases that would exceed that cap
- Individually Capped Crowdsale : Caps an individual's contributions
- Timed Crowdale : Allows buying of token in a certain time interval only
- Refundable Crowdale : Refunds the buyer if the Goal is not reached
- Token Time Vesting and Token Distribution
- Testcases to make sure that the smart contract is working correctly
- Solidity
- OpenZeppelin
- Hardhat
- Mocha testing framework
- Chai
- npm
npm install npm@latest -g
- hardhat
npm install --save-dev hardhat
- Creat a free QuickNode Endpoint at https://www.quicknode.com/endpoints
- Clone the repo
git clone https://github.com/Jovian-Dsouza/JoviTokenIco-contracts
- Install NPM packages
npm install
- create a
.env
file in project root directory and copyQUICK_NODE_URL=ENTER_YOUR_QUICKNODE_HTTP_ENDPOINT GOERLI_PRIVATE_KEY=ENTER_WALLET_PRIVATE_KEY
npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js
npx hardhat run scripts/deploy.js --network goerli
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License.
Your Name - @DsouzaJovian - dsouzajovian123@gmail.com
Project Link: https://github.com/Jovian-Dsouza/JoviTokenIco-contracts