Skip to content

Commit 6fd795c

Browse files
Merge branch 'main' into sc-doc-improvements
2 parents 22e670d + 1761e94 commit 6fd795c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

source/mainnet/net/guides/dapp-examples.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,7 @@ The dApps are written in React.
100100
Piggy bank, wCCD, eSealing, sponsored Transactions, smart contract deploy and initialize tool, and wallet test bench use the NPM library
101101
`@concordium/react-components <https://www.npmjs.com/package/@concordium/react-components>`__
102102
to implement integrations to the |bw| and |mw-gen2| using WalletConnect.
103+
104+
.. tip::
105+
106+
Starting a new project on the Concordium blockchain? Have a look at our `DApp starter template <https://github.com/Concordium/concordium-dapp-starter>`__!

source/mainnet/smart-contracts/guides/quick-start.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ Before starting, it is a good idea to read the :ref:`Smart contracts best practi
2323

2424
You can choose to start a smart contract project from a `template <https://github.com/Concordium/concordium-rust-smart-contracts/tree/main/templates>`_ or from scratch.
2525

26+
.. tip::
27+
28+
Building a DApp as well? Have a look at the `DApp starter template <https://github.com/Concordium/concordium-dapp-starter>`__!
29+
30+
2631
**From a template**
2732

2833
To generate smart contracts from the templates, the ``cargo-generate`` library is required. To install ``cargo-generate`` run the following command:

0 commit comments

Comments
 (0)