Skip to content

Commit

Permalink
Merge pull request #427 from ava-labs/readme-foundry-fork
Browse files Browse the repository at this point in the history
Update README.md to point to foundry fork.
  • Loading branch information
iansuvak authored Jul 17, 2024
2 parents 512bdd1 + 6d7163c commit a0da9a9
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,12 @@ The Teleporter protocol, on the other hand, is implemented at the smart contract

To get started with using Teleporter, see [How to Deploy Teleporter Enabled Subnets on a Local Network](https://docs.avax.network/tooling/cli-cross-chain/teleporter-on-local-networks)

- [Deployed Addresses](#deployed-addresses-for-latest-major-version)
- [Deployed Addresses](#deployed-addresses)
- [A Note on Versioning](#a-note-on-versioning)
- [Setup](#setup)
- [Initialize the repository](#initialize-the-repository)
- [Dependencies](#dependencies)
- [Structure](#structure)
- [Run a local testnet in Docker](#run-a-local-testnet-in-docker)
- [Start up the local testnet](#start-up-the-local-testnet)
- [Additional notes](#additional-notes)
- [E2E tests](#e2e-tests)
- [Run specific E2E tests](#run-specific-e2e-tests)
- [Run the E2E tests on another network](#run-the-e2e-tests-on-another-network)
Expand Down Expand Up @@ -55,10 +52,10 @@ Release versions follow the [semver](https://semver.org/) convention of incompat

### Dependencies

- [Ginkgo](https://onsi.github.io/ginkgo/#installing-ginkgo) for running the end-to-end tests
- Docker and Docker Compose v2 for running the local test network
- [Ginkgo](https://onsi.github.io/ginkgo/#installing-ginkgo) for running the end-to-end tests.
- Docker and Docker Compose v2 for running the local test network.
- The docker image installs the following:
- [Foundry](https://book.getfoundry.sh/getting-started/installation)
- [Foundry](https://book.getfoundry.sh/) Use `/scripts/install_foundry.sh` to install the Ava Labs [fork](https://github.com/ava-labs/foundry).
- [Python3](https://www.python.org/downloads/)

## Structure
Expand Down

0 comments on commit a0da9a9

Please sign in to comment.