https://github.com/manosbatsis/fluency-simple-firewall
Simple firewall Solidity contract example
https://github.com/manosbatsis/fluency-simple-firewall
solidity truffle truffle-testing
Last synced: 2 months ago
JSON representation
Simple firewall Solidity contract example
- Host: GitHub
- URL: https://github.com/manosbatsis/fluency-simple-firewall
- Owner: manosbatsis
- Created: 2023-02-06T17:00:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T18:39:57.000Z (over 3 years ago)
- Last Synced: 2025-05-19T03:41:11.277Z (about 1 year ago)
- Topics: solidity, truffle, truffle-testing
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fluency-simple-firewall 
## Prerequisites
- [NodeJS](https://nodejs.org/) (tested with v16.17.1)
## Installation
```
npm install
```
## Usage
Start Ganache
```
npx ganache-cli
```
Run Tests
```
npx truffle test
```
## Credits
Based on https://github.com/miquelcabot/fl_firewall_factory