pcaversaccio / createx

Factory smart contract to make easier and safer usage of the `CREATE` and `CREATE2` EVM opcodes as well as of `CREATE3`-based (i.e. without an initcode factor) contract creations.
https://createx.rocks
GNU Affero General Public License v3.0
304 stars 18 forks source link

🚀 Add User Interface for `createx.rocks` #52

Closed pcaversaccio closed 9 months ago

pcaversaccio commented 9 months ago

🕓 Changelog

This PR adds the Next.js-based user interface for createx.rocks. With my limited knowledge of building UIs, I did my best :)!

To serve it locally, you can do the following:

~$ https://github.com/pcaversaccio/createx.git
~$ cd createx
~$ git checkout interface
~$ pnpm install
~$ pnpm dev:interface

🐶 Cute Animal Picture

image

github-actions[bot] commented 9 months ago

Coverage after merging interface into main will be

100.00%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   CreateX.sol100%100%100%100%
pcaversaccio commented 9 months ago

Will be addressing the GH Pages deployment in an upcoming PR. Also, removed the Vercel analytics dependency since we don't use Vercel anyways.