GithubHelp home page GithubHelp logo

the-stripes-nft-contract's People

Contributors

alisolanki avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

the-stripes-nft-contract's Issues

Price ever on 4

After modifying the cost and presalecost and adding the address to PresaleUsers price remains at 4 Matic.

Mint

Hello, When I try to mint with an account that is not the owner of the contract it says that the fund is insufficient.
How can I correct that ? I have enough fund in my wallet

WITHDRAW

I would like to know, how can I add a withdraw wallet, because after depolying the contract, and adding some funds, when I click the withdraw box, inside remix.org, it automaticly errase all the funds in the contract I think that is somethign related to this, but I don´t know what I have to change:

function withdraw() public payable onlyOwner {
(bool success, ) = payable(msg.sender).call{
value: address(this).balance
}("");
require(success);
}

Mint ERROR: parameters

Ive got it on Gitpod can Launch Server, Page Loads, WEb3 Connects, Reads mint/Maxmint from contract, But, When i hit Mint it errors with Parameters 2 but got 1
with researching forums ive found that the soulution is that i need to add my URI call function, i just dont know where i do that,
ezgif com-gif-maker

i compiled everything i put npm install but it doesn't work

he writes me this after I enter the command:
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path C:\Users\filip\Downloads\nft-minting-app-main/package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\filip\Downloads\nft-minting-app-main\package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\filip\AppData\Local\npm-cache_logs\2022-02-19T08_52_46_883Z-debug-0.log
PS C:\Users\filip\Downloads\nft-minting-app-main> npm install
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path C:\Users\filip\Downloads\nft-minting-app-main/package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\filip\Downloads\nft-minting-app-main\package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\filip\AppData\Local\npm-cache_logs\2022-02-19T08_55_26_263Z-debug-0.log

Gas Fees Error when Deplloying

Hey Ali,

It's a great tutorial that you have provided.

I am facing an error while deploying my contract. (screenshot attached).

Can you please help me through?
Screenshot 2022-01-08 at 1 14 23 PM
Screenshot 2022-01-08 at 1 14 04 PM

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.