Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yosriady/circuit-breakers
Fault tolerant smart contracts with Circuit Breakers in Solidity.
https://github.com/yosriady/circuit-breakers
ethereum solidity
Last synced: 1 day ago
JSON representation
Fault tolerant smart contracts with Circuit Breakers in Solidity.
- Host: GitHub
- URL: https://github.com/yosriady/circuit-breakers
- Owner: yosriady
- Created: 2020-07-16T08:32:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-25T17:09:30.000Z (over 4 years ago)
- Last Synced: 2024-04-15T00:04:46.777Z (7 months ago)
- Topics: ethereum, solidity
- Language: Solidity
- Homepage: https://yos.io/2020/07/25/fault-tolerant-smart-contracts/
- Size: 19.5 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solidity Circuit Breakers
Learn more on the blog post: [Fault Tolerant Smart Contracts with Circuit Breakers](https://yos.io/2020/07/25/fault-tolerant-smart-contracts/)
## Getting Started
```bash
git clone [email protected]:yosriady/circuit-breakers.git
cd circuit-breakers
yarn test
```## Thanks
**circuit-breakers** 2020+, Yos Riady. Released under the [MIT] License.
Authored and maintained by Yos Riady with help from contributors ([list][contributors]).> [yos.io](http://yos.io) ·
> GitHub [@yosriady](https://github.com/yosriady)[MIT]: http://mit-license.org/
[contributors]: http://github.com/yosriady/circuit-breakers/contributors