https://github.com/kodadot/sub-scaffold
๐ forkable Substrate dev stack focused on fast product iterations
https://github.com/kodadot/sub-scaffold
kodadot kusama polkadot substrate
Last synced: 3 months ago
JSON representation
๐ forkable Substrate dev stack focused on fast product iterations
- Host: GitHub
- URL: https://github.com/kodadot/sub-scaffold
- Owner: kodadot
- License: mit
- Created: 2022-10-28T11:24:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T16:32:42.000Z (7 months ago)
- Last Synced: 2025-01-29T14:24:06.538Z (4 months ago)
- Topics: kodadot, kusama, polkadot, substrate
- Language: Vue
- Homepage: sub-scaffold.vercel.app
- Size: 1.32 MB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐ Sub-Scaffold
> everything you need to build on Substrate! ๐
๐งช Quickly experiment with Substrate using a frontend - [Viki Val](https://github.com/vikiival)
## ๐โโ๏ธ Quick Start
Prerequisites: [Node (v16 LTS)](https://nodejs.org/en/download/) plus [pnpm](https://pnpm.io)
> clone/fork ๐ sub-scaffold
```bash
git clone https://github.com/kodadot/sub-scaffold.git
```> Make sure to install the dependencies:
```bash
# pnpm
pnpm install --shamefully-hoist
```> Start the development server on
```bash
pnpm dev -o
```## Type generation
If you want to generate types from some node, you first need to generate the edgeware JSON
```bash
CHAIN_WS="ws://your.node:port" pnpm generate:edgeware
```Then you can generate the types
```bash
pnpm generate:defs && pnpm generate:meta
```## Production
Build the application for production:
```bash
pnpm build
```Locally preview production build:
```bash
pnpm preview
```Checkout the [deployment documentation](https://v3.nuxtjs.org/guide/deploy/presets) for more information.
## Testing
All tests should be placed in `tests` directory
```bash
pnpm test:unit
```## Contributors
Thanks goes to all wonderful people <3
## Sponsors
[](https://github.com/paraspell)