How to create a standard NFT/GAME (testnet) token

Dec-21-2023

Would you like to create NFT or GAME token on the BusyXChain? We have made the creation easy and straightforward. The whole process can be performed via our BusyXChain Desktop Wallet (check the installation here).  ATTENTION!!! The wallet is connected to the BusyXChain Testnet! Do not send any real funds to the BusyXChain address! This version […] Read more

How to create a standard X20 (testnet) token

Dec-21-2023

Would you like to create an X20 token (exact specification for ERC-20 token) on the BusyXChain? We have made the creation easy and straightforward. The whole process can be performed via our BusyXChain Desktop Wallet (check the installation here). ATTENTION!!! The wallet is connected to the BusyXChain Testnet! Do not send any real funds to […] 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