Skip to content

mauops/tanssi-binary-api-test

Repository files navigation

tanssi-binary-api

An API that can be use to run the Tanssi binary and generate chain specs files

Getting Started

Clone the project and install dependencies

npm install

Since we need to run the Tanssi binary from a Docker image, we'll run the application in a container.

First, we need to build the image.

Locally:

make build-dev

Production:

make build

Finally, we start the container.

Locally (In this case, we mount the file directory as a volume to the container to watch for changes):

make run-dev

Production:

make run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published