Inscripter is a Web3 Inscription Interpreter. Currently, the application serves primarily as a simple inscriber for the Kroma Network. We have deployed Kroma's first inscription token KRO. The KRO token is a unique inscription token within Kroma and may or may not hold value. We invite you to join and experience this new feature in Kroma.
To start the application, run npm run dev
in your terminal, then navigate to localhost:3000 in your browser. Any changes made within the src/
directory (e.g., src/pages/index.tsx
) will automatically be reflected on the webpage.
This app is built on wagmi, RainbowKit, and Next.js. It was bootstrapped with create-wagmi
.
Stay updated with Inscripter on 𝕏.
To learn more about Next.js, wagmi, and related technologies, explore the following resources:
- wagmi Documentation – Understand wagmi Hooks and API.
- wagmi Examples – Discover various examples using wagmi.
- RainbowKit Documentation – Explore RainbowKit's features (configuration, theming, advanced usage).
- Next.js Documentation – Learn about Next.js's features and API.
- Learn Next.js - An interactive tutorial for Next.js.