Polygon
Summary A network with low transaction cost.
Summary A network with low transaction cost.
Summary A blockchain is a distributed database that is shared among the nodes of a computer network. As a database, a blockchain stores information electronically in digital format. Blockchains are best known for their crucial role in cryptocurrency systems, such as Bitcoin, for maintaining a secure and decentralized record of transactions. The innovation with a blockchain is that it guarantees the fidelity and security of a record of data and generates trust without the need for a trusted third party....
Summary ref In computing, a file system or filesystem (often abbreviated to fs), controls how data is stored and retrieved. Adding new/extra device to increase storage capacity Followed this tutorial to enable added 1GB storage to the , which Jameel Bhai
Summary Personal Ethereum for the development and testing NFT and contracts etc Download it from here and double click to run it.
What it is? The foundation for our digital future Ethereum is open to everyone. All you need is a wallet to take part. It’s the world’s programmable .
Summary Light weight HP laptop I used while , of-course given by them.
Summary Used for state management across multiple components. Uses pure functional programming concepts to implement ref and good tutorial about redux Terminology copy diagram from here Actions(events names that change store) and Action creators Actions You can think of an action as an event that describes something that happened in the application. const addTodoAction = { type: 'todos/todoAdded', payload: 'Buy milk' } Action creators...