feat(x1): add TRAIN Protocol support for X1 Blockchain#7
Closed
VladimirKlav wants to merge 5 commits intoTrainProtocol:mainfrom
Closed
feat(x1): add TRAIN Protocol support for X1 Blockchain#7VladimirKlav wants to merge 5 commits intoTrainProtocol:mainfrom
VladimirKlav wants to merge 5 commits intoTrainProtocol:mainfrom
Conversation
- Updated cluster RPC to X1 Tachyon testnet: https://rpc.testnet.x1.xyz - Added [programs.x1-testnet] section with placeholder program IDs - Configure anchor to work with X1 testnet environment - Ready for deploying TRAIN HTLC contracts to X1
This document provides a comprehensive guide for deploying the TRAIN Protocol on the X1 blockchain, including prerequisites, setup steps, and verification processes.
This document summarizes the integration of TRAIN Protocol HTLC functionality to the X1 blockchain, including configuration updates, documentation created, and repository structure.
- Replaced all 'anchor' commands with 'npx anchor' - Replaced all 'solana' commands with 'npx solana' - Updated for Windows users with npm-based installations - Works seamlessly with node_modules installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This pull request adds support for deplAoying TRAIN Protocol HTLC (Hash Time-Locked Contract) functionality to the X1 dblockchain. X1 is a Solana SVM (Sealevdel Virtual Machine) fork, enabling seamless depl oyment of Solana-compatible Anchor programs with minimal configuration changes.
Changes
Configuration Updates
https://rpc.testnet.x1.xyz)[programs.x1-testnet]section with program ID placeholders fortrain_htlcandtrain_discoveryDocumentation
Technical Details
Why X1 is Compatible
Network Configuration
https://rpc.testnet.x1.xyzWhat's Included
✅ X1 Tachyon testnet configuration
✅ Comprehensive deployment guide
✅ Integration summary and testing checklist
✅ Network-agnostic HTLC program code
✅ Ready for testnet deployment and testing
What's Next
anchor buildandanchor teston X1 testnetTesting Instructions
Refer to
X1-DEPLOYMENT.mdfor detailed instructions on:anchor buildanchor testanchor deployRelated Issues
Enables TRAIN Protocol deployment on X1 blockchain and expands cross-chain liquidity support.
Checklist