Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 764 Bytes

contract-dev-guides.rst

File metadata and controls

29 lines (22 loc) · 764 Bytes

Contract development guides

The contract development guides help you get started writing smart contracts. Here you have guides to help you set up your tools, test your contract, and more.

Once you are familiar with smart contracts, it is a good idea to read the :ref:`Smart contracts best practices<sc-development-best-practices>`.

Note

To request CCDs for testing, use the buttons in the Concordium Wallets when running Testnet.

.. toctree::
   :maxdepth: 1
   :hidden:

   setup-tools
   setup-contract
   compile-module
   custom-errors
   build-schema
   no-std
   fallback-entrypoints
   upgradeable-contract
   json-params
   migrate-contracts
   factory-pattern