You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This documentation outlines a comprehensive system designed to simulate, detect, and respond to security exploits within a banking smart contract environment.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"node": "cd bank-contract && npx hardhat node",
"setup": "concurrently \"cd bank-contract && npm i && npm run build\" \"cd notification-service && npm i && npm run build\" \"cd trigger-pause && npm i && npm run build\"",