Developers
FAQRoadmapEcosystemDevelopers
main
main
  • Welcome to Vera
  • Definitions
  • 👋Getting Started
    • Prerequisites
    • Setting Up The Node
    • Interact With The Node
    • Building Smart Contracts
    • Deploying Our PoC
  • Asset Manager
  • Intrest Calculation
  • 🗒️ API References
    • NFT Lending
    • NFT Leasing
    • NFT Exchange
  • 🔗Useful links
    • Website
    • Github
    • Telegram
    • Twitter
Powered by GitBook
On this page
  • 💡 Installing The Canvas Node
  • 🚀 Run The Node

Was this helpful?

  1. Getting Started

Setting Up The Node

PreviousPrerequisitesNextInteract With The Node

Last updated 4 years ago

Was this helpful?

💡 Installing The Canvas Node

$ cargo install canvas-node --git https://github.com/paritytech/canvas-node.git --tag v0.1.5 --force --locked

🚀 Run The Node

$ canvas --dev --ws-external --rpc-external --prometheus-external

You should see something like this.

👋