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
- Host: GitHub
- URL: https://github.com/broxus/nekoton-wasm
- Owner: broxus
- License: apache-2.0
- Created: 2021-10-14T11:21:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T20:25:30.000Z (8 months ago)
- Last Synced: 2024-11-19T19:07:57.407Z (6 months ago)
- Topics: blockchain, everscale, venom-blockchain, venom-developer-program, venom-sdk, wasm
- Language: Rust
- Homepage:
- Size: 394 KB
- Stars: 5
- Watchers: 12
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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].