mds1 / evm-diff

Diff EVM-compatible chains in a friendly format
https://evmdiff.com
MIT License
278 stars 27 forks source link

feat: dynamic social card images #25

Closed leovct closed 1 year ago

leovct commented 1 year ago

Description

Very first draft of dynamic social card images using @vercel/og.

The design is super ugly but the information required is there.

To check it out, run the server locally and take a look at the following:

0ther

info - Linting and checking validity of types
info - Creating an optimized production build ... [webpack.cache.PackFileCacheStrategy] Serializing big strings (685kiB) impacts deserialization performance (consider using Buffer instead and decode when needed)

[webpack.cache.PackFileCacheStrategy] Serializing big strings (686kiB) impacts deserialization performance (consider using Buffer instead and decode when needed) Failed to compile. node:crypto Module build failed: UnhandledSchemeError: Reading from "node:crypto" is not handled by plugins (Unhandled scheme). Webpack supports "data:" and "file:" URIs by default. You may need an additional plugin to handle "node:" URIs. at /Users/leovct/Documents/opensource/evm-diff/node_modules/.pnpm/next@13.4.0_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/webpack/bundle5.js:28:395974 at Hook.eval [as callAsync] (eval at create (/Users/leovct/Documents/opensource/evm-diff/node_modules/.pnpm/next@13.4.0_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/webpack/bundle5.js:13:28771), :6:1) at Hook.CALL_ASYNC_DELEGATE [as _callAsync] (/Users/leovct/Documents/opensource/evm-diff/node_modules/.pnpm/next@13.4.0_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/webpack/bundle5.js:13:25925) at Object.processResource (/Users/leovct/Documents/opensource/evm-diff/node_modules/.pnpm/next@13.4.0_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/webpack/bundle5.js:28:395899) at processResource (/Users/leovct/Documents/opensource/evm-diff/node_modules/.pnpm/next@13.4.0_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/loader-runner/LoaderRunner.js:1:5308) at iteratePitchingLoaders (/Users/leovct/Documents/opensource/evm-diff/node_modules/.pnpm/next@13.4.0_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/loader-runner/LoaderRunner.js:1:4667) at runLoaders (/Users/leovct/Documents/opensource/evm-diff/node_modules/.pnpm/next@13.4.0_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/loader-runner/LoaderRunner.js:1:8590) at NormalModule._doBuild (/Users/leovct/Documents/opensource/evm-diff/node_modules/.pnpm/next@13.4.0_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/webpack/bundle5.js:28:395761) at NormalModule.build (/Users/leovct/Documents/opensource/evm-diff/node_modules/.pnpm/next@13.4.0_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/webpack/bundle5.js:28:397789) at /Users/leovct/Documents/opensource/evm-diff/node_modules/.pnpm/next@13.4.0_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/webpack/bundle5.js:28:81243 Import trace for requested module: node:crypto ./node_modules/.pnpm/@noble+hashes@1.3.0/node_modules/@noble/hashes/esm/cryptoNode.js ./node_modules/.pnpm/@noble+hashes@1.3.0/node_modules/@noble/hashes/esm/utils.js ./node_modules/.pnpm/@noble+curves@1.0.0/node_modules/@noble/curves/esm/secp256k1.js ./node_modules/.pnpm/viem@1.5.0_typescript@5.0.4/node_modules/viem/dist/esm/utils/signature/hexToSignature.js ./node_modules/.pnpm/viem@1.5.0_typescript@5.0.4/node_modules/viem/dist/esm/index.js ``` ## Related Issue #2 ## Todos - [x] Initial PoC - [x] Code factorisation - [ ] Improve design (this could be done in a follow-up PR) ## Screenshots Screenshot 2023-08-03 at 04 39 10 Screenshot 2023-08-03 at 04 39 34 Screenshot 2023-08-03 at 04 43 19
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
evm-diff ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 8, 2023 11:23pm
leovct commented 1 year ago

https://evm-diff-jk5fu20qb-msolomon-s-team.vercel.app/api/og

leovct commented 1 year ago

I've added a few more things.