Skip to content

rakeshgohel01/ethers.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • Converts exactly one instance of DEBUG=true to DEBUG=false (if more or less changes are made, the build fails)

License

MIT License.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.4%
  • HTML 35.8%
  • CSS 1.6%
  • Python 0.2%