station
v7.3.5
Station是一个与 Terra Core 和其他支持的链交互的 Web 应用程序。
站允许用户:
该项目是通过 Create React App 启动的。
使用以下命令运行 Station:
git clone https://github.com/terra-money/station.git
cd station
npm i
npm run start
在开发模式下运行应用程序。在浏览器中打开http://localhost:3000即可查看。
注意:对于 Windows 操作系统,请在
.env
文件中用分号分隔路径。