Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xkoda/arbi-cat
A small experiment with Svelte-kit and DaiyUI
https://github.com/0xkoda/arbi-cat
Last synced: 9 days ago
JSON representation
A small experiment with Svelte-kit and DaiyUI
- Host: GitHub
- URL: https://github.com/0xkoda/arbi-cat
- Owner: 0xKoda
- Created: 2022-08-05T22:14:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-06T02:02:00.000Z (over 2 years ago)
- Last Synced: 2023-03-07T18:23:43.879Z (over 1 year ago)
- Language: Solidity
- Homepage: arbicat.vercel.app
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ArbiCats
A hobby project to familiarize myself with svelte, daisyUI and dynamic URI NFT's.
## How To Play
Connect your wallet to [Arbitrum Goerli testnet](https://developer.offchainlabs.com/docs/public_chains), pess the connect wallet button and then press the mint button to recieve an ArbiCat.
Take care of your ArbiCat; feed it, play with it and pass time. You will see your cats' attributes evolve as you engage with it.
Note: Each address can only mint 1 Cat, you may need some test [ETH](https://twitter.com/intent/tweet?text=ok%20I%20need%20@arbitrum%20to%20give%20me%20Nitro%20testnet%20gas.%20like%20VERY%20SOON.%20I%20cant%20take%20this,%20I%E2%80%99ve%20been%20waiting%20for%20@nitro_devnet%20release.%20I%20just%20want%20to%20start%20developing.%20but%20I%20need%20the%20gas%20IN%20MY%20WALLET%20NOW.%20can%20devs%20DO%20SOMETHING??%20%20SEND%20HERE:%200xAddA0B73Fe69a6E3e7c1072Bb9523105753e08f8).
## Developing
Contributions are welcome, however, this was created as an aside.
```bash
# install the dependencies
npm inpm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```## Building
To create a production version of your app:
```bash
npm run build
```You can preview the production build with `npm run preview`.
> To deploy your app, head to vercel or surge.