This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "meta": { | |
| "theme": "kendall" | |
| }, | |
| "basics": { | |
| "name": "Quan Nguyen", | |
| "label": "Full Stack Developer", | |
| "summary": "A full-stack developer experienced in building end-to-end products across backend services, web applications, and mobile platforms. Skilled in Java, Rust, TypeScript, React, React Native, PostgreSQL, real-time systems, third-party integrations, and containerized deployment, with a strong focus on scalable architecture, secure APIs, and reliable user experiences.", | |
| "email": "quannt89@gmail.com", | |
| "location": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const {signTypedData, SignTypedDataVersion} = require("@metamask/eth-sig-util"); | |
| const ethers = require("ethers"); | |
| const domain = { | |
| name: "name", | |
| version: "1", | |
| verifyingContract: "0xB6Fa4E9B48F6fAcd8746573d8e151175c40121C7", | |
| chainId: 1, | |
| }; |