Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexagon committed Mar 6, 2023
1 parent ff30b29 commit 4894d1c
Showing 1 changed file with 38 additions and 2 deletions.
40 changes: 38 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,38 @@
## nekoton-wasm
WASM bindings for Nekoton SDK
<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].

0 comments on commit 4894d1c

Please sign in to comment.