David Christiansen
David Christiansen
If you have multiple file fields, you could do something like this so they all don't get updated to show the same value: ``` $('.custom-file-input').change(function(e){ var fileName = e.target.files[0].name; $(`.custom-file-label[for=${e.currentTarget['id']}]`).html(fileName);...
I'd really like to use this in my project - it would be great if it could get accepted... Is there anything I can do to help?
Here's an easy solution that generally works. When you deploy your contract, just deploy the NFT contract first, like this: `DEPLOY_CREATURES=1 yarn truffle deploy --network live` Then you need to...