Implementation of the Stacks 2.0 wallet for Desktop
- Ensure you have Yarn installed.
- After cloning the repository, run
yarnin the root of the project to install the dependencies. - Run
yarn dev:testnetto start a development server.
Ensure you're using a recent version of Node v14 and yarn 1. This project requires these versions for development.
If you're using nvm, you can install and use Node v14 with,
nvm install 14
nvm use 14When using Node v14, yarn needs to be installed separately. Follow yarn's installation instructions.
With Node v14 and yarn installed, run yarn dev:testnet to start developing.
