Before You Begin

Step 1: Install binaries

To get started as quickly as possible we recommend using pre-built binaries.

INFO

You can find how to install VEXANIUM from source here.

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

What's Next?

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

Last updated