Backend services
- twitter verifications
- file uploads to ARweave
- metadata uploads to ipfs
- Copy
.env
file
cp .env.example .env
-
Update credentials in
.env
file -
Run the server
npm install
npm run start
- Running end-to-end tests
npm run test:e2e
- All available commands
npm run