Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zdenham/ethscriber
Simple tool to inscribe text ethscriptions
https://github.com/zdenham/ethscriber
Last synced: about 8 hours ago
JSON representation
Simple tool to inscribe text ethscriptions
- Host: GitHub
- URL: https://github.com/zdenham/ethscriber
- Owner: zdenham
- Created: 2023-06-25T21:46:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-20T22:29:42.000Z (10 months ago)
- Last Synced: 2024-10-18T12:17:53.490Z (30 days ago)
- Language: TypeScript
- Homepage: https://ethscriber.xyz
- Size: 644 KB
- Stars: 73
- Watchers: 3
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ethscriber
Ethscriber is a simple tool to inscribe text based [ethscriptions](https://ethscriptions.com/). Ethscriptions are a new type of NFT based on ethereum transaction calldata. They are very cheap and easy to mint and share. Ethscriber is a tool to easily inscribe text based ethscriptions.
# Environment
This is a [wagmi](https://wagmi.sh) + [RainbowKit](https://rainbowkit.com) + [Next.js](https://nextjs.org) project bootstrapped with [`create-wagmi`](https://github.com/wagmi-dev/wagmi/tree/main/packages/create-wagmi)
# Getting Started
Run `npm run dev` in your terminal, and then open [localhost:3000](http://localhost:3000) in your browser.
Once the webpage has loaded, changes made to files inside the `src/` directory (e.g. `src/pages/index.tsx`) will automatically update the webpage.
# Follow Us
Follow ethscriber on [𝕏](https://x.com/ethscriber) or join our [discord](https://discord.gg/Bvkhmf7zGG)
# Learn more
To learn more about [Next.js](https://nextjs.org) or [wagmi](https://wagmi.sh), check out the following resources:
- [wagmi Documentation](https://wagmi.sh) – learn about wagmi Hooks and API.
- [wagmi Examples](https://wagmi.sh/examples/connect-wallet) – a suite of simple examples using wagmi.
- [RainbowKit Documentation](https://rainbowkit.com/docs/introduction) – learn more about RainbowKit (configuration, theming, advanced usage, etc).
- [Next.js Documentation](https://nextjs.org/docs) learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.