ethers-io / ethers.io

Frontend website HTML, JavaScript and CSS for ethers.io.

Home Page:https://ethers.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ethers.io

The frontend website HTML, JavaScript and CSS for ethers.io.

Live Instances

The JavaScript detects it's domain and selects its Ethereum network:

Distribution

The /dist/index.html file contains the entire application, flattened into a HTML page.

To generate this file, run:

/Users/ethers> python3 flatten.py

Which performs the following transformations:

  • Minifies and inlines all JavaScript files
  • Minifies and inlines all Cascading Style Sheet files
  • Minifies and inlines all font files
  • Minifies and inlines all images as base64 encoded data URIs

License

MIT License.

About

Frontend website HTML, JavaScript and CSS for ethers.io.

https://ethers.io

License:MIT License


Languages

Language:JavaScript 84.9%Language:HTML 9.9%Language:CSS 3.7%Language:Python 1.4%Language:Shell 0.0%