Skip to content

A set of tools that enables developers to try out and learn about the Stellar network.

License

Notifications You must be signed in to change notification settings

stellar/laboratory

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b9b4c33 · Jan 17, 2025
Nov 15, 2024
Aug 21, 2024
Jan 17, 2025
Jan 13, 2025
Jun 23, 2020
Aug 21, 2024
Aug 21, 2024
Aug 21, 2024
Nov 12, 2024
Aug 21, 2024
Aug 21, 2024
Aug 21, 2024
Nov 12, 2024
Aug 21, 2024
Dec 10, 2024
Aug 21, 2024
Aug 21, 2024
Jan 17, 2025
Jan 8, 2025
Aug 21, 2024
Jan 17, 2025

Repository files navigation

Lab

The Stellar Lab is a suite of tools to help one learn about exploring the Stellar network.

The main branch is deployed to https://lab.stellar.org/. On the landing page at the bottom right, you can reference a commit hash of the web app version you're viewing.

Tech stack

Developing

yarn dev

Testing hardware wallets requires an HTTPS connection to enable U2F. The recommended way to do this is with ngrok. Once downloaded and authenticated, start ngrok, and tell the Lab to start with a public URL.

./ngrok http 3000
# in a separate terminal
# the subdomain will appear in ngrok's output
yarn start --public randomsubdomain.ngrok.io

Building for production

yarn build

To build and run production build locally:

yarn start

Production uses Amplitude to emit metrics, so to fully emulate a production build, you’ll need to set an NEXT_PUBLIC_AMPLITUDE_API_KEY variable in .env.local file.

About

A set of tools that enables developers to try out and learn about the Stellar network.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages