We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This is a quick guide on how to setup a local development environment for working with the parsec codebase.
To begin with, create a directory called something like ParsecLabsRepos somewhere on your file system:
mkdir ParsecLabsRepos cd ParsecLabsRepos
First we will deploy the required smart contracts in our local truffle network. Start by cloning parsec-contracts:
git clone https://github.com/parsec-labs/parsec-contracts.git cd parsec-contracts/