Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/berzanorg/starknet-token-creator
Starknet Token Creator Website
https://github.com/berzanorg/starknet-token-creator
cairo cairo-lang dapp erc20 scarb starkli starknet starknet-ecosystem token token-creator
Last synced: 29 days ago
JSON representation
Starknet Token Creator Website
- Host: GitHub
- URL: https://github.com/berzanorg/starknet-token-creator
- Owner: BerzanOrg
- License: gpl-3.0
- Created: 2024-01-24T19:39:07.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-31T19:58:14.000Z (11 months ago)
- Last Synced: 2024-01-31T20:45:35.635Z (11 months ago)
- Topics: cairo, cairo-lang, dapp, erc20, scarb, starkli, starknet, starknet-ecosystem, token, token-creator
- Language: Svelte
- Homepage: https://tokentool.pages.dev/
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Starknet Token Creator Website
This repository contains the source code of the website of [Starknet Token Creator](https://tokentool.pages.dev/).
This project is licensed under [GPL](https://www.gnu.org/licenses/gpl-3.0.en.html).
I use [Svelte](https://svelte.dev) and [SvelteKit](https://kit.svelte.dev) for developing the website.
You can find detailed information about [Svelte](https://svelte.dev) and [SvelteKit](https://kit.svelte.dev) below.
The source code of the smart contract is at [Starknet Token Contract](https://github.com/BerzanOrg/starknet-token-contract).
## Svelte
Svelte is a new way to build web applications.
It's a compiler that takes your declarative components and converts them into efficient JavaScript that surgically updates the DOM.
## SvelteKit
SvelteKit is a framework for rapidly developing robust, performant web applications using Svelte
If you're coming from React, SvelteKit is similar to Next. If you're coming from Vue, SvelteKit is similar to Nuxt.
## Documentation
https://svelte.dev/docs/introduction
https://kit.svelte.dev/docs/introduction
## Usage
### Develop
```shell
$ npm run dev
```### Build
```shell
$ npm run build
```### Preview
```shell
$ npm run build
```### Format
```shell
$ npm run format
```### Lint
```shell
$ npm run lint
```### Check
```shell
$ npm run check
```## Note
Built with love, sweat and tears by [Berzan](https://berzan.org).