Skip to content

1. Installation

Levy Santiago edited this page Apr 27, 2023 · 7 revisions

Installing Solgen

Node version

  • v16.XX.X

Install with Gifflar command line

If you have Gifflar framework installed globally, you can run the init command inside your project folder. It will install all the needed dependencies for developing with Gifflar, including Solgen Library.

$ gifflar init

Install separately

Solgen is already a NPM package, so you can install using the commands:

$ npm install @gifflar/solgen

or

$ yarn add @gifflar/solgen

Clone this wiki locally