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

https://github.com/bifrost-platform/asset-info-v2

Information of asset ver.2
https://github.com/bifrost-platform/asset-info-v2

Last synced: 4 months ago
JSON representation

Information of asset ver.2

Awesome Lists containing this project

README

          

# Asset Information Version 2

## Table of Contents

- [Asset Information Version 2](#asset-information-version-2)
- [Table of Contents](#table-of-contents)
- [Introduction](#introduction)
- [Contribution](#contribution)
- [Pre-requisites](#pre-requisites)
- [Installation](#installation)
- [Contribution Guidelines](#contribution-guidelines)
- [About](#about)

## Introduction

Repository for the asset information used in Bifrost's projects

## Contribution

### Pre-requisites

- [Git](https://git-scm.com/)
- [Python 3.12](https://www.python.org/)

### Installation

#### 1. Clone the repository

```bash
$ git clone git@github.com:bifrost-platform/asset-info-v2.git
```

#### 2. Setup the virtual environment

```bash
$ python3.12 -m venv venv
$ source venv/bin/activate
```

#### 3. Install the dependencies

```bash
(venv) $ pip install -e ".[all]"
```

### Contribution Guidelines

See the [CONTRIBUTION.md](docs/CONTRIBUTION.md) file for more information.

## About

Asset Information Version 2 is authored and maintained by the **Backend Team** of Bifrost.
> GitHub [@AppGroupBackend](https://github.com/orgs/bifrost-platform/teams/appgroupbackend)