Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(README): updating dependencies and build instructions #108

Merged
merged 6 commits into from
Jun 7, 2022
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ Axelar network's decentralized validators confirm events emitted on EVM chains (
and sign off on commands submitted (by automated services) to the gateway smart contracts (such as minting token, and approving message on the destination).

## Build
###### node version
We recommend using the current Node.js [LTS version](https://nodejs.org/en/about/releases/) for satisfying the hardhat compiler

Run in your terminal
```bash
npm ci

npm run build

# Might need
# npm install mocha -g

npm run test # Test with mocha
npm run test # Test with hardhat
```

## Example flows
Expand Down Expand Up @@ -91,7 +91,7 @@ See this [example](https://github.com/axelarnetwork/axelar-local-dev-sample/tree

This interface needs to be implemented by the application contract
to receive cross-chain messages. See the
[token swapper example](src/test/DestinationSwapExecutable.sol) for an example.
[token swapper example](/contracts/test/gmp/DestinationChainSwapExecutable.sol) for an example.

### Contracts

Expand Down Expand Up @@ -168,7 +168,7 @@ Modified version of OpenZeppelin ECDSA signature authentication check.

Network resources: https://docs.axelar.dev/resources

Token transfer app: https://satellite.axelar.network/
Token transfer app: https://satellite.money/

General Message Passing Usage: https://docs.axelar.dev/dev/gmp

Expand Down
Loading