Socket
Socket
Sign inDemoInstall

@axelar-network/axelar-cgp-aptos

Package Overview
Dependencies
0
Maintainers
6
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @axelar-network/axelar-cgp-aptos

## Getting started #### Installing rust and move-cli (optional, macOS) ```shell brew install rustup rustup-init cargo install --git https://github.com/move-language/move move-cli --branch main ```


Version published
Maintainers
6
Created

Readme

Source

Axelar cross-chain gateway protocol Aptos implementation

Getting started

Installing rust and move-cli (optional, macOS)
brew install rustup
rustup-init
cargo install --git https://github.com/move-language/move move-cli --branch main

Installing Aptos CLI

Follow the instructions here

Initializing project

aptos init
aptos account fund-with-faucet --account default

Local development

Compile

aptos move compile --named-addresses axelar=default

Test

aptos move test --named-addresses axelar=default

FAQs

Last updated on 27 Mar 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc