From the course: Building Web3 Decentralized Apps in Ethereum
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Bringing it all together
From the course: Building Web3 Decentralized Apps in Ethereum
Bringing it all together
- [Instructor] Now that we've successfully minted our dApp, let's talk about what's missing and what we might do to finish this all off. So if we had more time, there's a few things we'd probably want to do. One of those things would be when the user logs in, to put their wallet information up here, maybe just abbreviated and the last four or something like this. Excuse my messy writing. (laughs) But you can see the idea, right? And then the user can connect and reconnect, and they can sort of manage their connection to our dApp through that interface. And I think that's a really good way to do it. Now, the ERC-721 spec allows for a lot of other things, and OpenZeppelin has a lot of things you can do in terms of customizing your NFT. So we can use things to pause and restart the minting. We can have it so that token holders can burn their own tokens. We have ways that you can use these to vote. So there's all kinds of…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.