BlockFabric

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.

  1. Click the Create New App button in the Applications panel on the left.
  2. In the popup, enter the name for your app and an optional description.
  3. Click the Create button.

Create a Smart Contract by TemplateAnchor

BlockFabric lets you create smart contracts without coding by selecting preset templates.

  1. Once your app has been created, select your new app from the Applications panel.
  2. In the Details View, select Code Templates then click the BEGIN button.
  3. In the next step, select the template you want, then click the ENTER DETAILS button.

Enter Contract DetailsAnchor

  1. Depending on the template you select, you will be asked to enter certain information for your smart contract.
  2. Click the REVIEW button when you are ready.

Review & Compile Contract CodeAnchor

  1. This step shows you the final code for your smart contract. When you are ready, click the COMPILE button.
  2. 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.