forked from broxus/nekoton-wasm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
38 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]. |