https://github.com/stakekit/fireblocks-dapp
https://github.com/stakekit/fireblocks-dapp
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stakekit/fireblocks-dapp
- Owner: stakekit
- Created: 2023-10-26T08:57:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-20T09:57:07.000Z (5 months ago)
- Last Synced: 2026-01-20T19:22:58.595Z (5 months ago)
- Language: TypeScript
- Homepage: https://fireblocks-dapp.vercel.app
- Size: 3.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**This** is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
### Installation
Use correct node version
```bash
nvm use
```
Install dependencies
```bash
npm install
# or
yarn install
# or
pnpm install
```
### Run development app
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
### Run production app
Create production build
```bash
npm run build
# or
yarn build
# or
pnpm build
```
Start the app
```bash
npm run start
# or
yarn start
# or
pnpm start
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.