Skip to content

jffp113/SignerNode_Thesis

Repository files navigation

Signer Node

How to build?

You don't need to build to program to run it. This process is only done by project developers, if you only want to run, go to the next section. Go to the SignerNode folder and execute the following command.

make build-docker

If you have auth to publish in the repo run: (this command will build and publish the docker image)

make push-docker

How can I run?

You can run the project with 5 nodes and TBLS256 n = 5 , t = 3 by running the following command

For permissioned:

make run-permissioned

For permissionless:

make run-permissionless

To stop running the previous configuration, you only need to execute:

For permissioned:

make stop-permissioned

For permissionless:

make stop-permissionless

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published