The Phi Frontend Template is a comprehensive template that allows you to build on-chain applications using Phi assets and APIs.
- React Hooks implemented for all Phi contracts
- A spritesheet for the Phi object is a single image that contains multiple smaller images, designed to enhance startup and loading speed
- An image for the Phi object
- Support for the Philand API
- More examples
This repository is bootstrapped with create-wagmi
Run yarn install
and yarn run dev
in your terminal, and then open localhost:3000 in your browser.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
We want to build with you. Join the Phi discord and mention to @oji3
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Thanks you Wagmi and PixiJS for giving me their exceptional resources, I was able to quickly set up this repository.