Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anshujalan/tezos-workshop-resources-2022


https://github.com/anshujalan/tezos-workshop-resources-2022

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Tezos Workshop Resources

| Workshop | Date | Slides | Video Recording | Code | Reading Material |
| ---------------------------------------------- | --------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Blockchain: Understanding the Money Revolution | 11th July | [Slides](https://docs.google.com/presentation/d/1vzaVNmQDyNJI1hjlehS32w0MB-d1p6soQ3L3JnmguUc/edit#slide=id.p) | [Video](https://www.youtube.com/watch?v=sNy59j2X8Tc&ab_channel=TZAPAC) | - |


  • [Keys and addresses](https://github.com/bitcoinbook/bitcoinbook/blob/develop/ch04.asciidoc)

  • [PoW Consensus](https://github.com/bitcoinbook/bitcoinbook/blob/develop/ch10.asciidoc)

  • [Smart contracts](https://ethereum.org/en/whitepaper/#code-execution)

|
| Building a Dapp on Tezos - Part 1 | 12th July | [Slides](https://docs.google.com/presentation/d/1cYs-B5Vzqzs125kbwmn4AUHDxtQ27dV3ztYuB8sXsug/edit#slide=id.p) | [Video](https://www.youtube.com/watch?v=yZs06D4tjI4) | [Playground Contract](https://github.com/AnshuJalan/workshop-contracts/blob/main/playground.py) |

  • [Tezos PoS](http://tezos.gitlab.io/active/proof_of_stake.html)

  • [Michelson](https://tezos.gitlab.io/active/michelson.html)

  • [Tezos Wiki](https://wiki.tezosagora.org/)

|
| Building a Dapp on Tezos - Part 2 | 13th July | [Slides](https://docs.google.com/presentation/d/1DwEc8wYtIotTOD7Um6OnqWkVmihGdMqXIPkhIDqDro4/edit#slide=id.g13be7decde3_0_0) | [Video](https://www.youtube.com/watch?v=CCk5IO-IzZE&ab_channel=TZAPAC) |

  • [Lottery 1](https://github.com/AnshuJalan/workshop-contracts/blob/main/lottery_1.py)

  • [Lottery 2](https://github.com/AnshuJalan/workshop-contracts/blob/main/lottery_2.py)

|

  • [Oracles](https://chain.link/education/blockchain-oracles)

  • [Smart contract design](https://opentezos.com/tezos-basics/smart-contracts/)

|
| Building a frontend for the Dapp using Taquito | 16th July | [Slides](https://docs.google.com/presentation/d/1GwlnnxJZR56QRSetAwTPAYJO1CMklb0IvFTKvecIO0o/edit?usp=sharing) | [Video](https://www.youtube.com/watch?v=wN3OvPh0OzY&ab_channel=TZAPAC) |

  • [Boilerplate](https://github.com/AnshuJalan/lottery-dapp-boilerplate)

  • [Complete Dapp](https://github.com/AnshuJalan/lottery-dapp-complete)

|

  • [Dapp Design](https://hackmd.io/@kinokasai/Sy1v-vtmL)

  • [Taquito with Beacon](https://medium.com/coinmonks/build-a-tezos-dapp-using-taquito-and-the-beacon-sdk-692d7dc822aa)

|

## Recommended Socials

- [Smartpy Telegram](https://t.me/SmartPy_io) [Questions regarding smart contract written in Smartpy]
- [Taquito Telegram](https://t.me/tezostaquito) [Questions regarding Taquito library]
- [Madfish Developers Telegram](https://t.me/madfishdev) [Questions regarding Temple Wallet and Quipuswap]
- [BakingBad Discord](https://discord.gg/aG8XKuwsQd) [Questions regarding DipDup indexer & TzKt API]
- [Tezos StackExchange](https://tezos.stackexchange.com) [Questions regarding anything related to Tezos]
- [TezAsia Dev Discord](https://discord.gg/2UEY4KAQcG) [General questions and mentor support]

## Reference Repositories

### Smartpy Contracts

- https://github.com/Hover-Labs/kolibri-contracts [Collateralised stablecoin system]
- https://github.com/youves-com/youves-smart-contract [Synthetic Assets Platform]
- https://github.com/teia-community/teia-smart-contracts [NFT Marketplace]

### Ligo Contracts

- https://github.com/madfish-solutions/quipuswap-core [Automated Market Maker]
- https://gitlab.com/tezos-domains/contracts [On-chain domains]

### Fullstack Dapps

- https://github.com/Tezsure/ctez [Synthetic tez using checker framework]
- https://github.com/AnshuJalan/box-defi [Gamified Defi]
- https://github.com/spruceid/tzprofiles [On-chain Identity]
- https://github.com/Plenty-DeFi/plenty-interface [Broad range of Defi]

## Documentations

- [Smartpy](https://smartpy.io/docs) [Smart Contract language]
- [Ligo](https://ligolang.org/docs/intro/introduction/) [Smart contract language]
- [Taquito](https://tezostaquito.io/docs/quick_start/) [Blockchain interaction library in Javascript/Typescript]
- [PyTezos](https://pytezos.org/contents.html) [Blockchain interaction library in Python]
- [Beacon Wallet Interface](https://docs.walletbeacon.io/) [A common interface library for all Tezos wallets]