https://github.com/Ackee-Blockchain/tests-axelar-interchain-token-service
Tests for Axelar Interchain Service
https://github.com/Ackee-Blockchain/tests-axelar-interchain-token-service
axelar testing
Last synced: over 1 year ago
JSON representation
Tests for Axelar Interchain Service
- Host: GitHub
- URL: https://github.com/Ackee-Blockchain/tests-axelar-interchain-token-service
- Owner: Ackee-Blockchain
- Created: 2023-08-01T12:39:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T16:50:15.000Z (over 2 years ago)
- Last Synced: 2025-02-19T23:28:52.505Z (over 1 year ago)
- Topics: axelar, testing
- Language: Python
- Homepage: https://getwake.io
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-wake-tests - Axelar Interchain Token Service
README
# Tests for Axelar Interchain Token Service
This repository serves as an example of tests written in a development and testing framework called [Wake](https://github.com/Ackee-Blockchain/wake).

## Setup
1. Clone this repository
2. `git submodule update --init --recursive` if not cloned with `--recursive`
3. `cd source && npm install && cd ..` to install dependencies
4. `wake init pytypes` to generate pytypes
5. `wake test` to run tests
Tested with `wake` version `4.0.0` and `anvil` version `0.1.0 (25d3ce7 2023-08-01T00:20:13.496244391Z)`.