Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 565 Bytes

building-the-basic-smart-contracts-repo.md

File metadata and controls

22 lines (19 loc) · 565 Bytes

Building the smart contracts repository

Prerequisites

Plutus and nix-shell installed on your computer according to instructions

Clone this repository

git clone https://github.com/cent-development/basic-smart-contracts.git

Start NIX Shell

Change directory into the folder of your local clone of the plutus-apps repository

cd plutus-apps
nix-shell

Compile the repository code

In the NIX Shell, change directory into the basic-smart-contracts folder

cd <directory of basic-smart-contracts>
cabal build