Difference between revisions of "Internet Computer for smart contract and dapp developers"

From Internet Computer Wiki
Jump to: navigation, search
Line 1: Line 1:
 +
 +
 
==Intended Audience==
 
==Intended Audience==
  
Line 5: Line 7:
 
==Developer Documentation==
 
==Developer Documentation==
  
* The DFINITY Foundation has created developer documentation on [https://smartcontracts.org]. This page covers:
+
===Key Concepts===
**DFINITY's canister SDK
+
 
**Motoko documentation
+
* [[Canisters (dapps/smart contracts)]]
**Sample dapps
+
* [[Internet Identity technical overview]]
 +
* [[Neuron attributes and commands]]
 +
 
 +
===Building Dapps===
 +
* [[Index of libraries for Internet Computer development]]
 +
* [[Best practices for a high traffic dapp launch]]
 +
* [[Current limitations of the Internet Computer]]
  
 
==Developer Community==
 
==Developer Community==
  
 
* A common resource for developers unblocking each other is the [https://forum.dfinity.org/ developer forum]. Topics there include things such as help with SDK installation, Motoko, canister troubleshooting, and designs.
 
* A common resource for developers unblocking each other is the [https://forum.dfinity.org/ developer forum]. Topics there include things such as help with SDK installation, Motoko, canister troubleshooting, and designs.
 +
 +
* [https://smartcontracts.org/ Developer documentation on smartcontract.org]
 +
* [https://forum.dfinity.org/ IC community developer forum]

Revision as of 18:58, 2 February 2022


Intended Audience

This article is an entry point for developers interested in building smart contracts and dapps on the IC.

Developer Documentation

Key Concepts

Building Dapps

Developer Community

  • A common resource for developers unblocking each other is the developer forum. Topics there include things such as help with SDK installation, Motoko, canister troubleshooting, and designs.