GithubHelp home page GithubHelp logo

markdgo / erc20-generator Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 13.0 39.89 MB

A simple Smart Contract for a Standard, Mintable, Burnable, Payable ERC20 Token with Minter Role.

Home Page: https://defipro.github.io/erc20-generator

License: MIT License

JavaScript 78.32% Solidity 18.13% Shell 3.19% HTML 0.37%

erc20-generator's People

Contributors

devonntewhite avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

erc20-generator's Issues

Unable to Mint to MainNet

When you switch to mainnet an error is displayed which states:
We are having an issue with Current Network Provider. Please switch Network or try again later.

Site functionally unable to mint an actually usable token now.
image

Cannot Able to Deploy tokens on Private Node Running on Geth

Hi
I was trying to deploy token on my private geth node by modifying your your this section of code,
goerli:{web3Provider:"HTTP://127.0.0.1:8545",etherscanLink:"https://goerli.etherscan.io",id:15230,name:"Local Test Network"}
but I was able to genrate transaction hash & contract address but after that, I'm getting this error
The contract code couldn't be stored, please check your gas limit.
My genesis.json is this:

{
    "config": {
        "chainId": 15230,
        "homesteadBlock": 0,
        "eip150Block": 0,
    "eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "eip155Block": 0,
    "eip158Block": 0,
    "byzantiumBlock": 0,
    "constantinopleBlock": 0,
    "petersburgBlock": 0,
    "istanbulBlock": 0
    },
    "difficulty": "0x400",
    "gasLimit": "0x2100000",
    "alloc": {
        "BFC348d948154f9a77332B0081135527c79d8dab": 
         { "balance": "0x1337000000000000000000" }     
    }
} 

My Geth version is
VERSION:
1.10.16-stable-20356e57
Can you please help me with this..!?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.