Build your first Sei application in under 10 minutes with @sei-js
Node.js & Package Management
node --version
should output v18.0.0 or higherCode Editor
Initialize your project
Navigate and install dependencies
Troubleshooting installation issues
nvm use
to switch to the correct Node.js versionsudo
with npm. Use nvm
or fix npm permissionsnpm config set registry https://registry.npmjs.org/
Start your development server
http://localhost:3000
with hot reload enabled.