Merge remote-tracking branch 'upstream/main' into main

This commit is contained in:
Erik Gross 2020-11-19 19:17:22 -08:00
Родитель 9c57c5f0e0 a47c267f75
Коммит 5dc9a9fec3
10 изменённых файлов: 110 добавлений и 587 удалений

Просмотреть файл

@ -760,9 +760,9 @@
}
},
"find-my-way": {
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-2.2.3.tgz",
"integrity": "sha512-C7dxfbX8pV1maLd31ygkBEOaD51Ls4dROuHjeSQZf1FeQinUzq3UA/kSPecLSDy9iAQufd8w1zgp7j64kyLdhw==",
"version": "2.2.5",
"resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-2.2.5.tgz",
"integrity": "sha512-GjRZZlGcGmTh9t+6Xrj5K0YprpoAFCAiCPgmAH9Kb09O4oX6hYuckDfnDipYj+Q7B1GtYWSzDI5HEecNYscLQg==",
"requires": {
"fast-decode-uri-component": "^1.0.0",
"safe-regex2": "^2.0.0",

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -0,0 +1,23 @@
# Creating decentralized apps (dapps)
This workshop focuses on how you can build dapps, front-end applications for your smart contracts. It includes the following sections:
1. Learn about the [fundamentals of blockchain products and development](fundamentals-of-products-development.md).
1. Understand what [dapps are and how they are used to build blockchain products](building-blockchain-products.md).
1. Read about the [technologies used for building dapps](tech-for-decentralized-apps.md).
1. Use [Drizzle to create your first dapp](create-your-first-dapp.md).
1. And use what you've learned to [create a dapp for a shipping contract](create-a-dapp-for-shipping.md)
1. Challenge: Create a crypto game item using tokens and [wire up the contract to a dapp](create-a-crypto-game-item.md).
## Pre-requisites
This workshop assumes you have knowledge of Blockchain fundamentals as well as the Ethereum platform. You should also have experience with writing smart contracts using Solidity.
This workshop also assumes you have the following installed:
- Git
- Node.js
- VS Code
- Blockchain Development Kit extension
- Truffle
- Ganache-CLI

Просмотреть файл