d9479152da | ||
---|---|---|
.. | ||
contractArtifacts | ||
scripts | ||
src | ||
.env.example | ||
.eslintrc.cjs | ||
.gitignore | ||
.mocharc.js | ||
Dockerfile | ||
README.md | ||
contract-addresses.json | ||
docker-compose.yaml | ||
package-lock.json | ||
package.json |
README.md
Setup
-
Prepare the environment variables
cp .env.example .env
-
Install packages so that we can run the login script (next command)
npm install
-
Run the login script
npm run login
-
Edit
.env
to include theMATRIX_AUTH_TOKEN
output from the previous command -
Build and start the docker container
docker compose up -d --build