Skip to content

Latest commit

 

History

History
94 lines (66 loc) · 3.16 KB

File metadata and controls

94 lines (66 loc) · 3.16 KB

Tutorials

Welcome to Concordium's tutorials section where you can sharpen your skills as a dApp (decentralized application) developer.

Getting Started with Smart Contracts

Begin your journey by setting up your development environment and learning the fundamentals through hands-on tutorials.

:ref:`Setup Guide → <setup-env>`

Basic Smart Contracts

Build simple, fundamental contracts.

Token Development

Build with various token standards.

Advanced Applications

Learn how to create decentralized solutions for voting and NFT trading.

Advanced Concordium Features

Additional Resources

.. toctree::
   :maxdepth: 1
   :hidden:
   :caption: Smart Contract Tutorials

   setup-env
   Hello World <./hello-world/hello-world>
   Counter <./counter/counter-contract>
   PiggyBank <./piggy-bank/index>
   wCCD <./wCCD/index>
   voting/index
   nft-minting/index
   sft-minting/index
   fungible-tokens/index
   Concordium low-code NFT framework <./low-code-nft-marketplace/introduction.rst>
   eSealing <./eSealing/index>
   Sponsored Transactions <./sponsoredTransactions/index>
   Smart Contract Upgrade <./smartContractUpgrade/index>

.. toctree::
   :maxdepth: 2
   :hidden:
   :caption: Additional Ressources

    dApp examples<daap-examples/dapp-examples>
    How to create a company identity<company-identity/company-identities>