All Projects → open-web3-stack → guardian

open-web3-stack / guardian

Licence: Apache-2.0 license
Web3 Guardian - a blockchain monitoring and alerting tool

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to guardian

pallet-contracts-waterfall
Collection of simple Substrate smart contract examples written in Rust, AssemblyScript, Solang and the smart contract language ink! to test substrates pallet-contracts module
Stars: ✭ 28 (-17.65%)
Mutual labels:  substrate, polkadot-js
ts
Misc. TypeScript definitions that are not yet available on DefinitelyTyped but required by other projects in this repo. Should be merged with upstream projects or the DT project.
Stars: ✭ 13 (-61.76%)
Mutual labels:  substrate, polkadot-js
common
Utilities and base libraries for use across polkadot-js for Polkadot and Substrate. Includes base libraries, crypto helpers and cross-environment helpers. Full documentation & examples available.
Stars: ✭ 221 (+550%)
Mutual labels:  substrate, polkadot-js
subspace
Subspace Network reference implementation
Stars: ✭ 164 (+382.35%)
Mutual labels:  web3, substrate
Astar
The dApp hub for blockchains of the future
Stars: ✭ 533 (+1467.65%)
Mutual labels:  web3, substrate
cap9
Capability-based security protocol for smart contracts
Stars: ✭ 22 (-35.29%)
Mutual labels:  web3, substrate
tools
Various cli tools for Polkadot and Substrate chains, including basic node monitoring, making API queries via a cli app and other command-line tools
Stars: ✭ 173 (+408.82%)
Mutual labels:  substrate, polkadot-js
polkadot-wiki-old
The Polkadot wiki.
Stars: ✭ 56 (+64.71%)
Mutual labels:  web3, substrate
ui
UI utilities, libraries and Vue.js components in use across @polkadot-js projects
Stars: ✭ 19 (-44.12%)
Mutual labels:  substrate, polkadot-js
eth-decoder
Simple library to decode ethereum transaction and logs
Stars: ✭ 32 (-5.88%)
Mutual labels:  web3
Artion-Server
Artion API Server
Stars: ✭ 26 (-23.53%)
Mutual labels:  web3
openmev-sdk
@openmev/sdk
Stars: ✭ 19 (-44.12%)
Mutual labels:  web3
SubstrateNetApi
Just another Substrate .NET API
Stars: ✭ 36 (+5.88%)
Mutual labels:  substrate
prsdigg
Build your value net on Web3 with Quill
Stars: ✭ 60 (+76.47%)
Mutual labels:  web3
colonyDapp
Colony dApp client
Stars: ✭ 52 (+52.94%)
Mutual labels:  web3
digital-assets-association-poland
🐋 🐋 https://meetup.com/Silesia-Blockchain-Meetup 🐋 🐋
Stars: ✭ 14 (-58.82%)
Mutual labels:  substrate
Web3-Name-Service
A compatible and inclusive name service for the web3 world, supporting RNS and ENS and more
Stars: ✭ 31 (-8.82%)
Mutual labels:  web3
learn-web3-dapp
This Next.js app is designed to be used with the Figment Learn Pathways, to help developers learn about various blockchain protocols such as Solana, NEAR, Secret, Polygon and Polkadot!
Stars: ✭ 1,084 (+3088.24%)
Mutual labels:  web3
court
The Kleros court user interface.
Stars: ✭ 19 (-44.12%)
Mutual labels:  web3
aion web3
Aion flavoured Web3 Javascript API
Stars: ✭ 34 (+0%)
Mutual labels:  web3

@open-web3/guardian

Overview

The goal of this project is to by mere configuration, we can set up a Guardian for a chain of concern, along with a number of tasks for monitoring and execution purposes. A task can be monitoring margin positions with conditions (if collateral ratio < 110%) then trigger actions (e.g. post warning message to database service, or execute a script to add position).

guardian is a CLI tool & JS library to monitor on-chain states and events. When user defined criteria are met, it will execute a script or post a webhook to perform an action. This action can notify users, or initiate/participate in collateral auctions such as sending a transaction.

See #1 for spec and example.

Guardian CLI

Guardian Examples

Documentation

Web3 Foundation Grant Project

Guardian is part of the bigger Open-Web3-Stack initiative, that is currently under a General Grant from Web3 Foundation. See Application details here. The 1st milestone has been delivered.

Projects Using Guardian

If you intend or are using Guardian, please add yourself to the list here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].