/stimulus-integrity

Using blockchain to enhance integrity within stimulus aid

Primary LanguageJavaScriptApache License 2.0Apache-2.0

stimulus_integrity

Using blockchain to enhance integrity within stimulus aid

A demo modeled after New York State Department of Labor's Benefits Claim Process during the CoVid-19 pandemic.

Usage:

  • Download the project and run cd /frontend. From there, run npm start to launch the frontend.

Note: this project is running on Block.One's EOSIO Testnet

Compile smart contracts with:

eosio-cpp -abigen "contracts/stimulus/stimulus.cpp" -o "contracts/stimulus/stimulus.wasm" --contract "stimulus"