Skip to content

Files

Latest commit

 

History

History
This branch is 2 commits ahead of, 6468 commits behind unlock-protocol/unlock:master.

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 22, 2022
Sep 15, 2021
Sep 21, 2021
Feb 14, 2022
Jan 27, 2022
Jan 3, 2022
Sep 13, 2021
Jun 5, 2020
Apr 30, 2021
Jun 5, 2020
Jun 5, 2020
Sep 21, 2021

README.md

Starting Service for Local Development

In effort to aid the ease of development, we have provided a Docker compose file that will run all of the required services needed allowing developers to focus on applications based on the Unlock contracts and associated infrastructure.

The following services are run as part of the compose setup:

  • eth-node (hardhat)
  • graph protocol node
  • ipfs
  • postgres
  • locksmith

The services running under the configuration are well configured and ready to develop against.

Starting the services

Running the following will start the services docker-compose up --build