tradingchain-laboratory
v0.0.1
Published
The Stellar Laboratory is a suite of tools to help one learn about exploring the Stellar network. See it in action: [https://www.stellar.org/laboratory/](https://www.stellar.org/laboratory/).
Downloads
3
Readme
laboratory
The Stellar Laboratory is a suite of tools to help one learn about exploring the Stellar network. See it in action: https://www.stellar.org/laboratory/.
Developing
npm install
./node_modules/.bin/gulp develop
Building for production
npm install
./node_modules/.bin/gulp build
Internal documentation
The docs.md file contains code documentation on the laboratory. The docs.md is only relevant for developing the laboratory.