Skip to content

shamilsan/ss58.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.