Everything about Solarity ecosystem and more.
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/packedencoder and decoder. - Hash functions:
keccak256,sha256,ripemd160,poseidon16. - Coverters:
etherunits 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,
createandcreate2address predictors. - Constants page: set of common
bytes32constants. - Ecrecover tool: check ECDSA signatures.
-
Create the
.envfile in the root of the repository following the example.env.examplefile. -
Make sure to install the necessary dependencies:
yarn install- Serve the application:
yarn start # development server
yarn build # production build
yarn preview # preview the production build- Check out the nuxtjs documentation for more information.
GLHF!