Skip to main content

aelf Playground

1. Introduction

aelf Playground is a sandbox for new developers who want to experience smart contract development with aelf without installing any tools on their local computer.

2. Setting up

No setup is needed. Simply visit aelf Playground in your browser.

3. Using aelf Playground

1. Create a New Project

  • Click on one of the templates:

  • Enter a project name and click Submit.

  • After a short while, the workspace will load:

2. Write Your Smart Contract

Edit the files as needed to write your smart contract.

3. Build Your Smart Contract

  • Once you are ready, click on the Build button:

  • Wait for the contract to be built.

4. Deploy Your Smart Contract

  • Click on the Deploy button to deploy your smart contract.

  • Wait for about 1 minute for the contract to be deployed.

  • You may copy the contract address, or visit the Deployments page to view your newly-deployed contract.

Done