# ame-sdk

> Ame Javascript SDK

Latest version **1.1.2** (published 2025-09-13) · ISC license · 0 weekly downloads

## Install

```sh
npm install ame-sdk
pnpm add ame-sdk
yarn add ame-sdk
bun add ame-sdk
```

## Health

**Score 60/100 (C)** — status: stable.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 1.1.2 |
| Published | 2025-09-13 |
| First published | 2024-02-26 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 40 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Maintainers | hello_rickey |

## Links

- npm: https://www.npmjs.com/package/ame-sdk
- Repository: https://github.com/AmeNetwork/ame-sdk
- Homepage: https://github.com/AmeNetwork/ame-sdk#readme
- Issues: https://github.com/AmeNetwork/ame-sdk/issues
- npm.io page: https://npm.io/package/ame-sdk

## Dependencies (2)

- [viem](https://npm.io/package/viem.md) ^2.21.6
- [dotenv](https://npm.io/package/dotenv.md) ^16.4.5

## Recent versions

- 1.1.2 (latest) — 2025-09-13
- 1.1.1 — 2025-09-02
- 1.1.0 — 2025-09-02
- 0.1.5 — 2024-09-26
- 0.1.4 — 2024-09-26
- 0.1.3 — 2024-09-12
- 0.0.4 — 2024-08-02
- 0.0.3 — 2024-07-23
- 0.0.2 — 2024-04-03
- 0.0.1 — 2024-04-02
- 0.2.0 — 2024-03-07
- 0.1.2 — 2024-03-05
- 0.1.1 — 2024-03-02
- 0.1.0 — 2024-02-26
- 1.0.0 — 2024-02-26

## README

## ame-sdk
ame-sdk is a Javascript SDK used to interact with [Ame Network](https://ame.network/)

### Quick start
Install with npm:
```
npm i ame-sdk
```
Install with yarn:
```
yarn add ame-sdk
```
Install dependencies
```
npm i
```
Create an .env file in the root directory
```
PRIVATE_KEY=<Your Private Key>
```
Run test
```
yarn test
```

---
_Source: https://npm.io/package/ame-sdk · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
