Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shamilsan/ss58.org
SS58 Address Format Online Converter
https://github.com/shamilsan/ss58.org
rust ss58 substrate webassembly
Last synced: 28 days ago
JSON representation
SS58 Address Format Online Converter
- Host: GitHub
- URL: https://github.com/shamilsan/ss58.org
- Owner: shamilsan
- License: mit
- Created: 2021-12-27T15:28:23.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T07:42:47.000Z (7 months ago)
- Last Synced: 2024-04-11T08:45:59.366Z (7 months ago)
- Topics: rust, ss58, substrate, webassembly
- Language: Rust
- Homepage: https://ss58.org
- Size: 1.32 MB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SS58 Address Format Online Converter
[![Build][build_badge]][build_href]
[![License][lic_badge]][lic_href][build_badge]: https://github.com/shamilsan/ss58.org/workflows/Build/badge.svg
[build_href]: https://github.com/shamilsan/ss58.org/actions/workflows/build.yml[lic_badge]: https://img.shields.io/badge/License-MIT-success
[lic_href]: https://github.com/shamilsan/ss58.org/blob/master/LICENSE🏹 https://ss58.org
## Build and Serve Locally
0. Install Rust using [rustup](https://rustup.rs/).
1. Install Wasm target:
```
rustup target add wasm32-unknown-unknown
```2. Install [trunk](https://trunkrs.dev/#install) utility.
3. Clone the repo:
```sh
git clone https://github.com/shamilsan/ss58.org
cd ss58.org
```4. Run `trunk` to build and serve the app:
```sh
trunk serve
```3. Open http://localhost:8080
## License
Source code is licensed under the [MIT license](LICENSE).