Skip to content

Development

Prerequisites

Preparing your Environment

Getting the Code

Quickest way to get started is by cloning the WTF repository:

git clone git@github.com:wallet-test-framework/framework.git

Installing Dependencies

The project uses npm as a package manager. You can install the required modules by running:

npm install --include=dev

Running

To build and run the project, run:

npm run build && npm start

Then open your browser to http://localhost:3000/. See The Manual Glue & You for detailed instructions on how to use the manual glue.