Developer Release Notes
The SDK enables developers to develop applications to run on the Internet Computer. The Motoko new programming language is bundled with the SDK to provide native support for creating tamper-proof software and open internet services.
The SDK provides everything you need to perform the following key tasks:
Author canisters in Motoko and compile them to WebAssembly.
Simulate the Internet Computer network running locally on your development computer.
Deploy compiled programs as canisters.
Interact with your application service using a command-line interface or through a web browser.
The current release of the SDK is intended to introduce you to building applications that run on the Internet Computer and to provide access to the Internet Computer network for application testing, demonstration, and exploration.. The SDK should not be used for developing production applications at this time.
Known issues and limitations
To see a list of known problems with dfx
or to report a problem you discovered, head over to the Issues section on GitHub.
Additional questions and feedback
Joining the DFINITY Developer Forum is an effective way to learn from community members, ask questions, solicit help from other developers, and provide insight and feedback about your experiences.
If you have questions that aren’t answered by the community, you might also want to check out Troubleshooting topics for information about common issues, workarounds for known issues, or help troubleshooting warnings or errors.
For technical support, send email to DFINITY Support.
A self-service Help Center of Knowledge Base articles will also be coming soon.