An open API service indexing awesome lists of open source software.

https://github.com/broxus/nekoton-wasm

WASM bindings for Nekoton SDK
https://github.com/broxus/nekoton-wasm

blockchain everscale venom-blockchain venom-developer-program venom-sdk wasm

Last synced: 6 months ago
JSON representation

WASM bindings for Nekoton SDK

Awesome Lists containing this project

README

        



Logo

# 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].