Applications can be managed via the applications configuration page from the nodix wallet.
For more informations about the javascript API, see the html wallet documentation page.
For more informations about the script language, and how to use layouts, objects and files into an HTML5 webapp see script documentation.
For more informations about the type system, refer to the whitepaper, section 4.3 Application types.
First, select your account in the drop down button.
Then select the address to use as application root. Fees to create new applications on the blockchain will be sent to this address.
Application root needs to be only created once for a blockchain.
Enter the secret key for the addresses to use as the application master address, and enough balance to pay the fees.
Set the application name, and transactions fees, then press create app button.
The transaction details should show up, then press sign & send button to sign the transaction and broadcast it.
Once the transaction will be confirmed, the application should show up on the applications page.
Open the page of the application from the applications page, and select the account and key for the application master address.
Enter a name and id for the type, then add the keys with their name, type and indexing attribute and press the new type button.
Then the transaction should show up, press sign & send button to sign the transaction and broadcast it.
Open the page of the application from the applications page, and select the account and key that will be used to sign the object.
Select the address in the dropdown menu, and enter the values for the keys in the fields, then press the new obj button.
Then the transaction should show up, press sign & send button to sign the transaction and broadcast it.
Open the page of the application from the applications page, and select the account and key for the application master address.
Select a file using the Pick a file button, and press send.
The informations about the layout should then appear. Press create layout tx button.
Then the transaction should show up, press sign & send button to sign the transaction and broadcast it.
Open the page of the application from the applications page, and select the account and key for the application master address.
Select a file using the Pick a file button, and press send.
The informations about the module should then appear. Presscreate module txbutton.
Then the transaction should show up, press sign & send button to sign the transaction and broadcast it.
Open the page of the application from the applications page, and select the account and key that will be used to sign the file.
Select a file using the Pick a file button, and press send.
The informations about the file should then appear. Press create file tx button.
Then the transaction should show up, press sign & send button to sign the transaction and broadcast it.