neo-devpack-solidity 0.22.0

Production-focused Solidity-to-NeoVM compilation system
Documentation
---
title: "Quickstart: Next Steps"
description: "Next Steps from Quickstart."
---

# Next Steps

[Back to Quickstart](/basics/quickstart)

## Overview

Now that you have compiled and deployed your first contract:

1. [Compile Workflow]/compiler/analysing-the-compiler-output -- Full CLI reference with all options and patterns.
2. [Deploy Workflow]/basics/deploying-contracts -- Detailed deployment guide for Neo-Express, TestNet, and MainNet.
3. [Test Workflow]/basics/testing-contracts -- Run the full test suite and set up CI.
4. [Production Readiness]/advisory-content/production-readiness -- Pre-deployment checklist and manifest hardening.
5. [Solidity Feature Support]/solidity/feature-support -- What Solidity features work on NeoVM.
6. [Language Description]/language-description/types -- How EVM concepts translate to Neo N3.