Implement construction of ESDT transfers (2) #2
Workflow file for this run
This file contains 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
name: Test construction (native currency) | |
on: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
localnet: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/setup-python@v5 | |
with: | |
python-version: 3.11 | |
- uses: actions/checkout@v4 | |
- name: Install mesh-cli | |
run: | | |
curl -sSfL https://raw.githubusercontent.com/coinbase/mesh-cli/master/scripts/install.sh | sh -s -- -b "$HOME/.local/bin" | |
echo "$HOME/.local/bin" >> $GITHUB_PATH | |
- name: Build rosetta | |
run: | | |
cd cmd/rosetta && go build . | |
- name: Smoke test | |
run: | | |
cd cmd/rosetta && ./rosetta --version | |
rosetta-cli version | |