To build on the Internet Computer blockchain, there are some prerequisites you must follow:
- Install the DFINITY Canister SDK called "dfx sdk." This can be done with the following command:
- The DFX SDK is required both for building locally, and to deploy on the IC.
To build locally, make sure you have node.js installed. Once node.js and DFX SDK have been installed, start a new dfx project with the following command:
Change your project directory by running:
Start the local canister environment by running:
Then run the following two commands to deploy your dapp locally:
Comments
0 comments
Please sign in to leave a comment.