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
Welcome to Bloock, your ultimate partner in safeguarding data seamlessly through innovative decentralized technologies. At Bloock, we provide a comprehensive toolkit for cybersecurity-conscious companies, offering integrated solutions to protect your information systems effectively. Here's a glimpse into what makes Bloock the ideal choice for securing your data:
12
12
13
-
# Welcome to BLOOCK
13
+
Our suite of tools encompasses everything you need to ensure the security and integrity of your information systems. From digital notarization to resilient data storage and digital identity provisioning, we've got you covered across all fronts of cybersecurity.
14
+
15
+
<ProductSection></ProductSection>
14
16
15
-
BLOOCK, a leading software-as-a-service company, specializes in delivering fully managed cloud services to simplify the integration of secure information exchanges and systems utilizing web3 technologies. The company eliminates the burden of handling the intricate underlying complexities, allowing enterprises to focus on their core objectives.
16
-
With BLOOCK, the development process is expedited through the provision of client-side libraries, cloud services, and managed infrastructure. This empowers organizations to effortlessly implement decentralized timestamping, key management, decentralized availability, and digital signatures. BLOOCK's commitment is to facilitate the creation of tailored solutions for enterprises without unnecessary complications.
17
+
### Why Bloock?
17
18
18
-
## Our mission
19
+
Future-Proof Solutions: Our robust, scalable, and composable building blocks empower you to create tailored solutions that accelerate your development while ensuring future-proofing of your information systems.
20
+
Seamless Integration: We simplify the complexities of decentralization by providing seamless integration with your existing tools and systems, ensuring a hassle-free experience.
21
+
Unlimited Composition: With Bloock, there are no limits to what you can create. Our libraries and services are designed to be effortlessly composed, allowing you to craft solutions that precisely meet your business needs.
22
+
Decentralization: We're committed to reducing provider dependence by offering standardized and trustless services built on decentralized protocols, ensuring the highest level of security and reliability.
19
23
20
-
BLOOCK's mission is to provide a secure framework for information systems and data-sharing through web3 technologies. Our building blocks enable digitally-oriented institutions to swiftly create customized solutions, addressing cybersecurity, privacy, resilience, and compliance. We strive to simplify decentralization challenges by offering the right abstractions, creating standardized and trustless services, and eliminating provider dependence through decentralized technologies.
24
+
### Designed for Developers:
21
25
22
-
## Our vision
26
+
Seamless Integration: Our tools seamlessly integrate with your preferred development environment, allowing you to focus on building robust solutions without unnecessary technical challenges.
27
+
Tools for Every Stack: Whether you're working with a specific tech stack or exploring alternatives, Bloock's direct integrations adapt effortlessly to your requirements.
28
+
User-Friendly Hub: Manage your integrations effortlessly through our unified dashboard, providing control over subscriptions, debugging, and monitoring in one convenient location.
29
+
Open-Source Ecosystem: Enhance your development with Bloock's growing portfolio of open-source resources, including managed APIs, web components, and white-label webpages.
23
30
24
-
BLOOCK envisions a decentralized future in the information security space, promoting the broad acceptance and incorporation of decentralized systems across various industries and societies. Our vision foresees a future where decentralized protocols serve as the bedrock for secure, transparent, and efficient transactions, revolutionizing the way we engage, collaborate, and conduct business. Our goal is to shape a world where trust is inherent in every transaction, data remains secure and immutable, and individuals retain complete control over their identity and information.
31
+
At Bloock, we're dedicated to simplifying cybersecurity and empowering companies to protect their data with confidence. Join us in embracing decentralized technologies for a secure and resilient digital future.
Copy file name to clipboardExpand all lines: docs/guides/webhooks/overview.mdx
+21-4Lines changed: 21 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,27 @@ title: 'Overview'
3
3
sidebar_position: 1
4
4
---
5
5
6
-
# Receive BLOOCK events
6
+
# Overview
7
7
8
-
Listen for events on your BLOOCK integration so you can automatically trigger reactions.
8
+
Welcome to our Webhooks functionality, designed to empower your BLOOCK integration with automated reactions triggered by events. Here's a comprehensive overview of how Webhooks work and the benefits they bring to your application:
9
9
10
-
First, we should understand what is a webhook. A webhook is an HTTP request, triggered by an event in the source system and then, sent to the destination system. Webhooks are automatically sent out when their event is fired in the source system.
10
+
### What is a Webhook?
11
11
12
-
BLOOCK uses webhooks to notify your application when an event occurs in the source system. Webhooks are particularly useful for asynchronous events such as when we want to wait for a record to be confirmed. When users submit a record to BLOOCK, internally, it is processed and included in an anchor. Normally, once a user submits their record to the blockchain, they will go through a long process of polling, or waiting for anchor confirmation before they know if their record was successfully submitted. To avoid this problem, users can now subscribe to our events and provide us with the URL they want to be notified.
12
+
A webhook is an HTTP request triggered by an event in the source system and sent to the destination system.
13
+
When an event occurs in the source system, such as submitting a record to BLOOCK, a webhook is automatically sent out to notify the destination system.
14
+
15
+
### Utilizing Webhooks in BLOOCK:
16
+
17
+
BLOOCK leverages webhooks to notify your application when events occur in the source system.
18
+
Webhooks are particularly useful for asynchronous events, like waiting for a record to be confirmed on the blockchain.
19
+
20
+
By using this feature you will obtain:
21
+
22
+
- Automation: Automate reactions in your application based on events occurring in BLOOCK.
23
+
- Real-time Notifications: Receive instant notifications about important events, such as record submissions and confirmations.
24
+
- Efficiency: Streamline processes by eliminating the need for manual confirmation checks and reducing waiting times.
25
+
26
+
### How to Get Started:
27
+
28
+
- Subscribe to BLOOCK's events and provide your notification URL to start receiving webhook notifications.
29
+
- Seamlessly integrate BLOOCK's Webhooks functionality into your application to automate reactions and enhance efficiency.
0 commit comments