Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sravantp7/erc20-token-kikocoin

This is an ERC20 Token created using hardhat and openzeppelin.
https://github.com/sravantp7/erc20-token-kikocoin

erc20-token hardhat javascript openzeppelin solidity

Last synced: 13 days ago
JSON representation

This is an ERC20 Token created using hardhat and openzeppelin.

Awesome Lists containing this project

README

        

# ERC20 Token (KiKoCoin)

This project demonstrates how to deploy our own ERC20 Token to Goerli Testnet using Hardhat and openzeppelin.

# Getting Started

## Requirements

- [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
- [Nodejs](https://nodejs.org/en/)
- [yarn](https://yarnpkg.com/getting-started/install) or `npm`

## Quickstart

```
git clone https://github.com/sravantp03/ERC20-Token-KiKoCoin
cd ERC20-Token-KiKoCoin
yarn
```

# Usage

Deploy:

```
yarn hardhat run scripts/deploy.js
```

Deploy to Goerli Testnet(configure network details in .env file):

```
yarn hardhat run scripts/deploy.js --network goerli
```

## Contract Details

Contract Address : 0xaCfD166CF774e5576a70F2b8320D941cc86Bc6C3