Welcome to the ByteChain Testnet Alpha! This is the initial test phase for ByteChain, a new blockchain network designed for secure, decentralized, and scalable token transfers. In the Testnet Alpha phase, ByteChain is focused solely on the transfer functionality of its native token, ByteToken
.
ByteChain aims to offer a versatile blockchain platform capable of supporting a variety of decentralized applications (DApps) and token standards. The Testnet Alpha release allows users and developers to explore and test the fundamental aspects of token transfers within the ByteChain network. This phase provides critical insights and feedback necessary for enhancing the ByteChain ecosystem in subsequent phases.
- Native Token Transfer: ByteChain Testnet Alpha supports basic transfers of the native token
Byte
between accounts. - Initial Testing Environment: Aimed at developers and testers to familiarize themselves with ByteChain’s underlying technology and test token transfer operations.
- Open Source: All code is open for review, testing, and contributions.
To start using ByteChain Testnet Alpha, follow these steps:
- Node.js (version 14 or higher recommended)
- Git for cloning the repository
- Clone the repository:
git clone https://github.com/ByteChain-Labs/ByteChain-Testnet-Alpha.git
- Navigate to the project directory:
cd /ByteChain-Testnet-Alpha
- Install dependencies:
npm install
- Start the ByteChain node:
npm start
To transfer Byte
between accounts, use the provided API endpoints or CLI (command-line interface) commands. For example, you can initiate a transfer with the following command (ensure your node is running):
node transfer.js --from [SenderWalletAddress] --to [RecipientWalletAddress] --amount [Amount]