0.1.1 • Published 2 years ago

om-labs-rahul-assignment v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

0xPass Assignment

This is an assignment by 0xPass that connects to Dapp and have Uniswap like Layout for swapping

How to run?

npm run dev

(Documentation).

npm install --save-dev typescript

To enable TypeScript's features, we install the type declarations for React and Node.

npm install --save-dev @types/react @types/react-dom @types/node

When we run next dev the next time, Next.js will start looking for any .ts or .tsx files in our project and builds it. It even automatically creates a tsconfig.json file for our project with the recommended settings.

Next.js has built-in TypeScript declarations, so we'll get autocompletion for Next.js' modules straight away.

A type-check script is also added to package.json, which runs TypeScript's tsc CLI in noEmit mode to run type-checking separately. You can then include this, for example, in your test scripts.

om-labs-assignment