Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.31 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.31 KB

License: MIT

Solarity Front End

Everything about Solarity ecosystem and more.

What

This repository hosts the Solarity front end website that is available here. One of the amazing features of the site is Solidity tools:

  • ABI utilities: ABI / packed encoder and decoder.
  • Hash functions: keccak256, sha256, ripemd160, poseidon16.
  • Coverters: ether units converter, number converter, hex to ascii converter.
  • UNIX epoch tools: date to timestamp and timestamp to human data, duration converter.
  • Address utils: set of common addesses, create and create2 address predictors.
  • Constants page: set of common bytes32 constants.
  • Ecrecover tool: check ECDSA signatures.

Development guide

  1. Create the .env file in the root of the repository following the example .env.example file.

  2. Make sure to install the necessary dependencies:

yarn install
  1. Serve the application:
yarn start # development server

yarn build # production build

yarn preview # preview the production build
  1. Check out the nuxtjs documentation for more information.

Disclaimer

GLHF!