/alcala

Permissioned Network Access Control

Primary LanguageTypeScriptApache License 2.0Apache-2.0

alcalá

Permissioned Network Access Control

CircleCI codecov

Alcalá is one of the five old royal gates that give access to the city of Madrid (Spain)

Alcalá

Build and Run Docker Image

First, to create the image and tag it `alcala:latest, execute the following command:

docker build . --tag alcala

Then, run a container named alcala with the generated image and BACKEND_URL http://back.end/rpc, available at host port 8080:

docker run -p 8080:3000 -e BACKEND_RPC=http://back.end/rpc --name alcala alcala