The result is based on ratio of number of commits and code additions from initial and final time ranges.
Initial time range – from 5 Jul, 2023 to 5 Oct, 2023
Final time range – from 5 Apr, 2024 to 5 Jul, 2024
It is basically a number of most active contributors responsible for 80% of contributions.
Bus factor tries to assess "What happens if a key member of the team is hit by a bus?". The more there are key members, the lower the risk.
The Adamant-im/adamant-api-jsclient repository has a bus factor of 2.
High risk, a lot of knowledge concentrated in a few people
Bus factor was measured on 14 Aug 2024
The Adamant-im/adamant-api-jsclient
is a GitHub repository that houses the API client for ADAMANT, written in JavaScript. ADAMANT is a secure, anonymous, and fast blockchain messenger that's independent of any governments or corporations. The repository provides various information on getting started with the API client, securing your ADAMANT messenger, and making your project's chats anonymous and secure.
Here are the major components of the files in this repository:
src
: This contains the source files.test
: This contains the test files.docs
: This contains the documentation.To use this code, you can include ADAMANT's JavaScript API client in your project or service to interact with the ADAMANT blockchain.
Example usage of adamant-api-jsclient
in markdown format:
const AdamantApi = require('adamant-api-jsclient');
const api = new AdamantApi();
let address = 'U1234567890';
api.get(`addresses/${address}/balance/`).then(result => {
console.log(`Account balance is ${result.balances.ADM}`);
});
In this example, adamant-api-jsclient
is used to retrieve and log the balance for an ADAMANT account.
Overall, Adamant-im/adamant-api-jsclient
is valuable for developers seeking to incorporate ADAMANT's secure, fast, and anonymous messaging capabilities in their applications.
Contributor | Commits |
---|---|
128 | |
79 | |
14 | |
7 | |
6 |