Skip to content

Commit

Permalink
sync with main repository 3/13
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnazario committed Mar 13, 2024
1 parent f256f1a commit 230f935
Show file tree
Hide file tree
Showing 2 changed files with 383 additions and 51 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This provides basic functionalities to interact with [Aptos](https:/github.com/aptos-labs/aptos-core/). Get started [here](https://aptos.dev/guides/system-integrators-guide/#getting-started).

Currently this is still in development and may not be suitable for production purposes.
Currently, this is still in development and may not be suitable for production purposes.

Note: The sync client is deprecated, please only start new projects using the async client. Feature contributions to the sync client will be rejected.

Expand Down Expand Up @@ -51,11 +51,21 @@ make examples

Note: These end-to-end tests are tested against a node built from the same commit as part of CI, not devnet. For examples tested against devnet, see `developer-docs-site/static/examples/python/` from the root of the repo.

### Integration Testing Using the Aptos CLI
```bash
make examples_cli
```

## Autoformatting
```bash
make fmt
```

## Autolinting
```bash
make lint
```

## Package Publishing

* Download the [Aptos CLI](https://aptos.dev/tools/aptos-cli/install-cli/).
Expand Down
Loading

0 comments on commit 230f935

Please sign in to comment.