Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 901 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 901 Bytes

SS58 Address Format Online Converter

Build License

🏹 https://ss58.org

Build and Serve Locally

  1. Install Rust using rustup.

  2. Install Wasm target:

rustup target add wasm32-unknown-unknown
  1. Install trunk utility.

  2. Clone the repo:

git clone https://github.com/shamilsan/ss58.org
cd ss58.org
  1. Run trunk to build and serve the app:
trunk serve
  1. Open http://localhost:8080

License

Source code is licensed under the MIT license.