Creating a New Contract
BlockFabric apps are logical projects you can create that lets you manage your smart contract. Start by creating a new app.
Create a New AppAnchor
Start by creating a new app.
- Click the Create New App button in the Applications panel on the left.
- In the popup, enter the name for your app and an optional description.
- Click the Create button.
Create a Smart Contract by TemplateAnchor
BlockFabric lets you create smart contracts without coding by selecting preset templates.
- Once your app has been created, select your new app from the Applications panel.
- In the Details View, select Code Templates then click the BEGIN button.
- In the next step, select the template you want, then click the ENTER DETAILS button.
Enter Contract DetailsAnchor
- Depending on the template you select, you will be asked to enter certain information for your smart contract.
- Click the REVIEW button when you are ready.
Review & Compile Contract CodeAnchor
- This step shows you the final code for your smart contract. When you are ready, click the COMPILE button.
- BlockFabric will let you know when your smart contract has been successfully compiled. Please stay on the page and wait for the process to complete, as it may take a while.
When your contract has been compiled, you can click the FINISH button. Revisiting your app from the Applications panel will now show you a completely different options that lets you interact and manage your contract on the blockchain.