A Stacks blockchain integration with the Axelar network, enabling cross-chain communication and asset transfers using Clarity smart contracts.
This project implements the Stacks blockchain side of an Axelar bridge integration, allowing for:
- Cross-chain token transfers
- Message passing between Stacks and other blockchain networks
- Secure validation of cross-chain transactions
├── contracts/ # Clarity smart contracts
├── deployments/ # Deployment configurations
├── settings/ # Environment settings
└── tests/ # Test scripts in javascript
- Clarinet - Clarity development tool
- Axelar Network Access - For cross-chain functionality
- Node.js - For running the test suite
- Install Clarinet:
- Clone the repository:
git clone https://github.com/Trust-Machines/stacks-axelar
npm run test
clarinet check
clarinet console
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request