Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tyitang committed Dec 3, 2024
1 parent efa31ba commit 4e0ebfd
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions test/hardhat/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Story Protocol End-to-End Testing

This folder contains story protocol end-to-end test scripts.

## Requirements

Please install the following:

- [Foundry / Foundryup](https://github.com/gakonst/foundry)
- [Hardhat](https://hardhat.org/hardhat-runner/docs/getting-started#overview)

## Quickstart

Install the dependencies:

```sh
yarn # this installs packages
```

You'll need to add the variables refer to the .env.example to a .env file

Then, run the tests with:

```sh
npx hardhat test --network odyssey
```

0 comments on commit 4e0ebfd

Please sign in to comment.