https://github.com/kh3rld/biasharaid
BiasharaID is a blockchain-based digital identity verification system designed to help entrepreneurs access financial services securely and efficiently.
https://github.com/kh3rld/biasharaid
blockchain golang web
Last synced: 4 months ago
JSON representation
BiasharaID is a blockchain-based digital identity verification system designed to help entrepreneurs access financial services securely and efficiently.
- Host: GitHub
- URL: https://github.com/kh3rld/biasharaid
- Owner: kh3rld
- Created: 2024-07-29T17:04:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T19:44:12.000Z (almost 2 years ago)
- Last Synced: 2025-08-05T23:28:50.521Z (11 months ago)
- Topics: blockchain, golang, web
- Language: HTML
- Homepage:
- Size: 124 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: docs/code-of-conduct.md
Awesome Lists containing this project
README
# biasharaid
BiasharaID is a blockchain-based digital identity verification system designed to help entrepreneurs access financial services securely and efficiently.
Follow the link to view the pages with the necessary information:
## Table of Contents
- [Getting Started](docs/getstarted.md)
- [Installation](docs/getstarted.md#installation)
- [Prerequisites](docs/getstarted.md#prerequisites)
- [Usage Guide](docs/usage-guide.md)
- [Basic Usage](docs/usage-guide.md#basic-usage)
- [Accesing the server](docs/usage-guide.md#accessing-the-server)
- [Architecture](docs/Architecture)
- [Overview](docs/Architecture#overview)
- [Modules](docs/Architecture#modules)
- [Data Flow](docs/Architecture#data-flow)
- [Development Guide](docs/development.md)
- [Setting Up](docs/development.md#setting-up)
- [Code Style](docs/development.md#code-style)
- [Contributing](docs/development.md#contributing)
- [Code of Conduct](docs/development.md#code-of-conduct)
Note: -
Usage
Before running the project make sure you have initialized go.mod on the root of the project using the below command
``` go
go mod init github.com/kh3rld/biasharaid
```