superfuse-wizard
v1.0.2
Published
Interactive smart contract generator based on Superchain 's interoperability standard.
Maintainers
Readme
[!NOTE] You can find our relevant examples
here. 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
cd my-project;
nvm use v22.14.0Add the superfuse-wizard using your favorite package manager, e.g., with pnpm:
npm add -D superfuse-wizardAlternatively, you can fork a project and installed dependencies with pnpm install (or yarn), then start a development server:
git clone [email protected]:Ratimon/superfuse-wizard.git
cd superfuse-wizard;
pnpm dev