<p align="center">
  <a href="https://github.com/venom-blockchain/developer-program">
    <img src="https://raw.githubusercontent.com/venom-blockchain/developer-program/main/vf-dev-program.png" alt="Logo" width="366.8" height="146.4">
  </a>
</p>

# nekoton-wasm

WASM bindings for Nekoton SDK.

## Usage

### Prerequisites

- Rust 1.62+
- `wasm-pack` 0.9.1+

### Build

```bash
./build.sh
```

This command generates WASM files and bindings into the `pkg` directory which can be published by the `wasm-pack`.

### Publish

```
wasm-pack publish
```

## Contributing

We welcome contributions to the project! If you notice any issues or errors, feel free to open an issue or submit a pull request.

## License

This project is licensed under the [License Apache].
