dungeons-and-dragons-nft
dungeons-and-dragons-nft copied to clipboard
#chainlink #nft
https://testnets.opensea.io/collection/dungeonsanddragonscharacter-97jlykmcoz
Hello Patrick, I'm a newbie on smart contract and I need urgent help. I followed this repo https://github.com/PatrickAlphaC/dungeons-and-dragons-nft. It worked on rinkeby perfectly. I saw this repo only works on...
I managed to fund the contract but when I try to run the generate-character script `truffle exec scripts/generate-character.js --network rinkeby` I get this error: ``` const tx = await dnd.requestNewRandomCharacter("The...
.env
Hi, Patrick Can you please only leave the .env.example file and delete the .env one? Us newbies might end up leaving our mneumonic exposed, because .gitignore does not ignore files...
> This will create a new character with random stats! Depending how often you deploy, you can pick which character by changing the dnd.getCharacterOverView(1) command in get-character.js to swap the...