This commit is contained in:
Venkatesh Babu
2024-04-02 13:23:04 +05:30
parent fe887fd332
commit 72abd80acc
5 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
# Beckn-ONIX
Beckn ONIX is [FIDE](https://fide.org/) project aimed at easing setup and maintainance of a [Beckn](https://becknprotocol.io/) Network using reference implementations. Objectives include setting up reliable, configurable and fast Beckn network as a virtual appliance. This initiative is independent of the evolution of the Beckn protocol. This effort is also aimed at inviting contributions from the community to create secure, reliable builds for production environments.
Beckn-ONIX is [FIDE](https://fide.org/) project aimed at easing setup and maintainance of a [Beckn](https://becknprotocol.io/) Network using reference implementations. Objectives include setting up reliable, configurable and fast Beckn network as a virtual appliance. This initiative is independent of the evolution of the Beckn protocol. This effort is also aimed at inviting contributions from the community to create secure, reliable builds for production environments.
Within the install folder you will find a `beckn-onix.sh` file which is an installer that helps create a multi-node Beckn network using reference implementations

View File

@@ -2,7 +2,7 @@
## Introduction
This document describes setting up of a [Beckn network](https://becknprotocol.io/) with Beckn ONIX and conducting transactions in a couple of domains (retail and energy). The general flow will involve the following steps:
This document describes setting up of a [Beckn network](https://becknprotocol.io/) with Beckn-ONIX and conducting transactions in a couple of domains (retail and energy). The general flow will involve the following steps:
- [Setup the prerequisites](#overall-prerequisites)
- [Create a new network and install the registry](#create-a-new-network-and-install-the-registry)
@@ -63,7 +63,7 @@ cd beckn-onix/install
- In the prompt that comes up, choose setting up a new network.
```
Beckn ONIX is a platform that helps you quickly launch and configure beckn-enabled networks.
Beckn-ONIX is a platform that helps you quickly launch and configure beckn-enabled networks.
What would you like to do?
1. Join an existing network
@@ -160,7 +160,7 @@ cd beckn-onix/install
- In the prompt that comes up, choose joining an existing network.
```
Beckn ONIX is a platform that helps you quickly launch and configure beckn-enabled networks.
Beckn-ONIX is a platform that helps you quickly launch and configure beckn-enabled networks.
What would you like to do?
1. Join an existing network

View File

@@ -1,7 +1,7 @@
## Beckn-ONIX FAQ
**Q: What is Beckn-ONIX?**
**A:** Beckn ONIX is [FIDE](https://fide.org/) project aimed at easing setup and maintainance of a [Beckn](https://becknprotocol.io/) Network using reference implementations. Objectives include setting up reliable, configurable and fast Beckn network as a virtual appliance.
**A:** Beckn-ONIX is [FIDE](https://fide.org/) project aimed at easing setup and maintainance of a [Beckn](https://becknprotocol.io/) Network using reference implementations. Objectives include setting up reliable, configurable and fast Beckn network as a virtual appliance.
**Q: Is Beckn-ONIX a protocol? Is Beckn-ONIX a new version of Beckn?**
**A:** No Beckn-ONIX is not a protocol. Beckn-ONIX is not a new version of Beckn. Beckn-ONIX project just helps setup and maintain a Beckn network. This initiative is independent of the evolution of Beckn

View File

@@ -18,7 +18,7 @@
## Introduction
Beckn ONIX is [FIDE](https://fide.org/) project aimed at easing setup and maintainance of a [Beckn](https://becknprotocol.io/) Network using reference implementations. Objectives include setting up reliable, configurable and fast Beckn network as a virtual appliance. This initiative is independent of the evolution of the Beckn protocol. This effort is also aimed at inviting contributions from the community to create secure, reliable builds for production environments.
Beckn-ONIX is [FIDE](https://fide.org/) project aimed at easing setup and maintainance of a [Beckn](https://becknprotocol.io/) Network using reference implementations. Objectives include setting up reliable, configurable and fast Beckn network as a virtual appliance. This initiative is independent of the evolution of the Beckn protocol. This effort is also aimed at inviting contributions from the community to create secure, reliable builds for production environments.
This user guide provides all information necessary to setup a Beckn network and conduct transactions on it. For a better understanding of Beckn and the terminologies associated with the ecosystem, please refer to the [Beckn for Developers site](https://developers.becknprotocol.io/).

View File

@@ -155,7 +155,7 @@ else
echo "[Display Beckn-ONIX ASCII Art]"
fi
echo "Beckn ONIX is a platform that helps you quickly launch and configure beckn-enabled networks."
echo "Beckn-ONIX is a platform that helps you quickly launch and configure beckn-enabled networks."
echo -e "\nWhat would you like to do?\n1. Join an existing network\n2. Create new production network\n3. Set up a network on your local machine\n4. Merge multiple networks\n5. Configure Existing Network\n(Press Ctrl+C to exit)"
read -p "Enter your choice: " choice