The badge generator is a tool that allows you to submit your credential/badge data to the Chainpoint network.
With the badge generator you will be able to:
-
Create Badges that will store your data.
-
Create a hash with your badge data.
-
Submit the hash from your badge to a Chainpoint Network.
-
Get a proof ID to verify your data was submitted correctly.
Download the project to your local machine.
Install all the dependencies.
bundle install
Create the Database and run the migrations.
rails db:create db:migrate
Init the rails server
rails server