- Seamlessly allows the user to connect their preferred choice of wallet to quickly create either a file-based or text-based or token (JSON) inscription.
- Connects to the indexer via a secure GraphQL endpoint to provide real-time view of the created inscriptions. Provides the user with the ability to filter by types and search by position as well.
- Lazy-scribed Collections!, we provide the ability for the user to upload a large zip file containing the supported files under 96KB each, set metadata, mint price, limit per mint and deploy a contract for the same. Once the collection is published, the creator gets the amount set per mint sans our cut.
Backend GraphQL endpoint & User Token for codegen
To run this project, you will need to add the environment variables mentioned in the .env.example file
-
Register a free account on Alchemy
-
Create a new Ethereum project
-
Copy the generated API key into your
.envfile.
-
Register a free account on WalletConnect
-
Copy the generated Project ID into your
.envfile
Install frontend dependencies with yarn (recommended)
cd frontend yarn install yarn generate yarn dev