An open API service indexing awesome lists of open source software.

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.

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
```