mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-20 16:45:09 +00:00
* Import Full Stack Asset Transfer Guide at commit fb554befdbbeff9e69159b54fce0b811603f29c7 Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com> * Update the workshop with a new WORKSHOP_PATH under fabric-samples Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com> * Update the workshop with a new WORKSHOP_PATH under fabric-samples Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com> * missed a .git ignored directory on add Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com> * Updates to run the workshop on the Apple M1 Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com> * Workaround for https://github.com/eslint/eslint/issues/15299 in the contract tslinter Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com> * Build an arch-specific CC images on M1 Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com> * empty commit - force a build Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com> * revert an accidental commit that was building the top-level asset-transfer as arm64 Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com> Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
56 lines
1.4 KiB
Markdown
56 lines
1.4 KiB
Markdown
# Teardown
|
|
|
|
<== [PREV: Go Bananas](40-bananas.md)
|
|
|
|
---
|
|
|
|
|
|
## Conga Test
|
|
|
|
## Final Exercise: Build Your (Social) Network
|
|
|
|
- Write down your email address / linkedin profile / # discord handle / etc. on the back of your Conga Card.
|
|
- Use the fabric-ca-client to enroll the user / password listed on your Conga Card.
|
|
- `create()` an NFT asset for your Conga Card on the shared workshop blockchain.
|
|
- Go around the room and meet people attending the workshop.
|
|
- Exchange your Conga Cards with workshop participants, issuing a `transfer()` transaction on the shared ledger.
|
|
- When you exchange conga cards, record the new owners (both on the back of the card and the ledger!)
|
|
- Bring your Conga Trading Cards home, and reach out to all your new friends and colleagues.
|
|
|
|
|
|
## Thank You!
|
|
|
|
- Discord: [#dublin-workshop](https://discord.gg/PbjpetNqyR)
|
|
- Discord: [#fabric-kubernetes](https://discord.gg/DPKagScrN7)
|
|
- Thank you for attending the workshop!
|
|
- Safe travels home, and happy coding.
|
|
|
|
|
|
## Workshop Teardown:
|
|
|
|
- Shut down the network, but leave KIND / MP / etc running:
|
|
```shell
|
|
|
|
just cloud-network-down
|
|
|
|
```
|
|
|
|
- Shut down KIND, the private container registry, and Nginx:
|
|
```shell
|
|
|
|
just unkind
|
|
|
|
```
|
|
|
|
- Shut down the Multipass VM, if running:
|
|
```shell
|
|
|
|
multipass delete fabric-dev
|
|
multipass purge
|
|
|
|
```
|
|
|
|
## Cloud VMs
|
|
|
|
- Terminate EC2 / IKS Instances (Workshop systems will be deleted after the event)
|
|
|