Announcement: Testnet 2.0 is coming soon ‼️

Dec-4-2024

After 2024 chain code improvements to establish a platform for new functions such as cloning and improved interconnectivity, we are eager to announce that we will release a new version of BusyXChain Testnet in a few days, as the direct predecessor for the public network powered by $BXCH 🚀 Stay tuned💯 👉Explorer: https://explorer.testnet.busyxchain.network👉 Homepage: https://busyxchain.network/ Read more

How to generate Testnet API key via Explorer?

Dec-21-2023

The process of securing the API is explained in the API documentation. Generally: BusyXChain API functions are protected by the JWT token. Another API function generates the JWT token (see more in the API documentation, section 1.1. Generate auth token). For anyone to call the function to generate the JWT token, apikey must be passed […] Read more

How to connect to BusyXChain Testnet API?

Dec-12-2023

API documentation Full documentation of BusyXChain Testnet API is available on: https://api.busyxchain.network Security All API requests require to pass the JWT token in the request’s headers field named authorization. The JWT token generation explanation is in the 1. Authentication API section. Specifically, function 1.1. Generate auth token generates the JWT token and returns it as […] Read more

API – Transaction statuses

Jun-15-2023

BusyXChain is built on the Hyperledger Fabric framework so transaction statuses are tethered with the core functions. These statuses are handled on the Explorer to show the status of the particular transaction. There are a total of three statuses so far: Read more

Where to find API documentation?

Jun-15-2023

You can find BusyXChain API documentation on this link: https://api.busyxchain.network/ Read more