Starknet dApp You will learn how to use get-starknet and starknet-react to build a simple dApp for minting NFTs on Starknet. A demo: https://starknetfinal.kongtaoxing.repl.co/ get-starknet get-starknet provides a JavaScript library that provides a set of APIs for interacting with the Starknet network. Developers can install the get-starknet library using npm, and then use it in their JavaScript code to deploy and manage contracts on the network, as well as call functions and query data from e...