Developers
FAQRoadmapEcosystemDevelopers
1.0.0
1.0.0
  • Introduction
  • Definitions
  • Getting Started
    • Using docker
      • Install Docker
      • Build using Docker
    • Install without Docker
      • Prerequisites
      • Setting Up The Node
      • Interact With The Node
      • Building Smart Contracts
    • Deploying Our PoC
      • Asset Manager
    • Interest Calculation
    • Audit Report
  • API References
    • NFT Lend
    • NFT Rent
    • NFT Exchange
  • Community Links
    • Github
    • Twitter
    • Discord Community
    • Telegram Community
    • Telegram Channel
    • LinkedIn
Powered by GitBook
On this page
  • 🐋 Run the Docker container
  • 🏗️ Build

Was this helpful?

  1. Getting Started
  2. Using docker

Build using Docker

🐋 Run the Docker container

Using this one command, you will have a ready-to-use environment.

docker run -it veradefi/substrate_env:latest

This will start a terminal where you can get the contracts and build them using the command below

🏗️ Build

To compile the smart contract, run the following command

cargo +nightly contract build

PreviousInstall DockerNextInstall without Docker

Last updated 3 years ago

Was this helpful?