hackbg / fadroma-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fadroma Workshop

Requirements: Git, Node >=16, Cargo, Docker.

  1. Run the project creation wizard: npx @hackbg/fadroma@1.4.12 create
  2. Enter your project directory: cd projectname
  3. Install Node dependencies: npm i
  4. Install Rust dependencies, generating initial lockfile: cargo update
  5. Compile the contracts: npm run build
  6. Deploy the contracts to a local devnet: npm run devnet deploy

Once you've confirmed that the above works, help yourself to the contracts walkthrough and the deployment guide. Happy hacking!


Powered by Fadroma by Hack.bg under AGPL3.

About


Languages

Language:Rust 88.8%Language:TypeScript 10.1%Language:Nix 1.1%