superfuse-wizard
Version:
Interactive smart contract generator based on Superchain 's interoperability standard.
35 lines (24 loc) • 965 B
Markdown
<h1>Keep Optimistic and be Superchain dApp developer!! </h1>
- [Installation](#installation)
- [What is it for](#what-is-it-for)
- [Architecture](#architecture)
- [Contributing](#contributing)
- [Acknowledgement](#acknowledgement)
>[!NOTE]
> You can find our relevant examples [`here`](https://github.com/Ratimon/superfuse-contracts-examples). Geneated contract code from the Superfuse Wizard is stored here due to documentation and testing purpose.
## Installation
### with npm
We assume that you already setup your own working front-end environment and `cd` into it
```bash
cd my-project;
nvm use v22.14.0
```
Add the `superfuse-wizard` using your favorite package manager, e.g., with pnpm:
```sh
npm add -D superfuse-wizard
```
Alternatively, you can fork a project and installed dependencies with `pnpm install` (or `yarn`), then start a development server:
```bash
git clone git@github.com:Ratimon/superfuse-wizard.git
cd superfuse-wizard;
pnpm dev