Difference between revisions of "Best practices for a high traffic dapp launch"

From Internet Computer Wiki
Jump to: navigation, search
Line 28: Line 28:
 
==Lessons from past launches==
 
==Lessons from past launches==
  
===Use most recent Motoko version==
+
===Use most recent Motoko version===
 
Motoko is a language being actively developed so it is recommended to use the latest version of Motoko to get maximal stability and performance.
 
Motoko is a language being actively developed so it is recommended to use the latest version of Motoko to get maximal stability and performance.

Revision as of 20:19, 16 November 2021

Summary

Starting the project

Choosing a programming language

Motoko

Rust

Writing the dapp

Getting help

There are few resources where developers get help while building a dapp:

Testing the dapp

Deploying the dapp

Launching the dapp to the world

Monitoring the dapp

Lessons from past launches

Use most recent Motoko version

Motoko is a language being actively developed so it is recommended to use the latest version of Motoko to get maximal stability and performance.