Skip to content

Commit

Permalink
Updated Mix: The DApp IDE (markdown)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaeptnjoda committed Sep 4, 2015
1 parent 4b604a1 commit 8f098ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mix:-The-DApp-IDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This tutorial assumes you have installed [from source](https://github.com/ethere

Let's create a simple ÐApp that will allow user to store and query personal movie ratings.

In the IDE, choose `File > New Project`. Enter the contract name "MovieRatings" and a path for the project file. To the left there is a project items list with two items added by default: Contract and index.html. Contract contains [Solidity](https://github.com/ethereum/wiki/wiki/Solidity-Tutorial) contract code, and index.html is for the front-end. You can add new contract files to the project using file menu. All files will be copied to the project directory.
In the IDE, choose `File > New Project`. Enter the project name "MovieRatings" and a path for the project file. To the left there is a project items list with two items added by default: Contract and index.html. Contract contains [Solidity](https://github.com/ethereum/wiki/wiki/Solidity-Tutorial) contract code, and index.html is for the front-end. You can add new contract files to the project using file menu. All files will be copied to the project directory.

Select Contract and enter the text for the rating contract:

Expand Down

0 comments on commit 8f098ea

Please sign in to comment.