An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# fluency-simple-firewall ![build](https://github.com/manosbatsis/fluency-simple-firewall/actions/workflows/ci.yml/badge.svg)

## 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