Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 694 Bytes

File metadata and controls

24 lines (15 loc) · 694 Bytes

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.