Quick Start
January 11, 2022 · View on GitHub
filmarket-contract
Quick Start
To run this project locally:
- Prerequisites: Make sure you've installed [Node.js] ≥ 12 and [Rust with correct target][Rust]
- Install dependencies:
npm install - Build the contract:
npm run build - Deploy the contract:
npm run deploy