HashLips / example_nft_minter

Use this repo to see how to create a Dapp that can mint NFTs.
MIT License
253 stars 172 forks source link

customize app.js #13

Closed JonLittleIT closed 3 years ago

JonLittleIT commented 3 years ago

what is the send wallet here for the eth network?

  .send({
    gasLimit: "285000",
    to: "0x827acb09a2dc20e39c9aad7f7190d9bc53534192",
    from: blockchain.account,

I replaced your settings to make it work for me but im getting an error and it keeps sending to my buying wallet which is not in this app.js file.

0xf66f2872c726a8198d6a2a7d07acba0215571c2284f8b0a7cb45e1ca0b935b88

its suppose to send to another wallet not same wallet buying.

is there more info on custom setup for your great site?

I have my test site live here to see - www.jonlittlenfts.com