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
- Host: GitHub
- URL: https://github.com/bifrost-platform/asset-info-v2
- Owner: bifrost-platform
- Created: 2023-12-19T03:43:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-29T07:13:51.000Z (about 1 year ago)
- Last Synced: 2025-05-29T08:36:44.025Z (about 1 year ago)
- Language: Python
- Size: 17.3 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
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)