Quickstart

Let's get started with Fe!

In this section you will learn how to write and deploy your first contract.

Download and install Fe

Before you dive in, you need to download and install Fe. For this quickstart you should simply download the binary from fe-lang.org.

Then change the name and file permissions:

mv fe_amd64 fe
chmod +x fe

Now you are ready to do the quickstart tutorial!

For more detailed information on installing Fe, or to troubleshoot, see the Installation page in our user guide.