danwlsn / whoami-ui

A UI for the whoami NFT-based nameservice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

First, setup your .env file by copying the example:

cd my-cosmwasm-dapp
cp .env.example .env.local

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

To interact with the contract, hit up the whoami contracts repo and run:

./scripts/deploy_local.sh juno16g2rahf5846rxzp3fwlswy08fz8ccuwk03k57y

Note that this will leave a daemonized container, juno_whoami running on your machine until you kill it.

Requirements

Please ensure you have the Keplr wallet extension installed in your Chrome based browser (Chrome, Brave, etc).

Learn More

To learn more about Next.js, CosmJS, Keplr, and Tailwind CSS - take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

A UI for the whoami NFT-based nameservice


Languages

Language:TypeScript 94.5%Language:JavaScript 4.5%Language:Shell 0.9%Language:CSS 0.1%