본문으로 건너뛰기

Before You Begin

Step 1: Install Leap binaries

To get started as quickly as possible we recommend using pre-built binaries. Building from source is a more advanced option that will set you back an hour or more, and you may still encounter build errors.

정보

You can find how to build and install Antelope from source here.

To install the latest Leap binaries, visit the Leap Binary Installation page.

위험

If you have previous Leap versions installed on your system, please uninstall before proceeding. For detailed instructions, visit the Leap Binary Installation page.

Step 2: Setup a development directory, stick to it.

You're going to need to pick a directory to work from, it's suggested to create a contracts directory somewhere on your local drive.

mkdir contracts
cd contracts

Step 3: Enter your local directory below.

Get the path of that directory and save it for later, as you're going to need it, you can use the following command to get your absolute path.

pwd

Enter the absolute path to your contract directory below, and it will be inserted throughout the documentation to make your life a bit easier. This functionality requires cookies

cli

What's Next?

  • Install the CDT: Steps to install the Antelope Contract Development Toolkit (CDT) on your system.