# equity-console **Repository Path**: BytomBlockchain/equity-console ## Basic Information - **Project Name**: equity-console - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-31 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # equity-console - equity contract frontend ## Development #### Setup Install Node.js: ``` brew install node ``` Install dependencies: ``` npm install ``` Start the development server with ``` npm start ``` By default, the development server uses the following environment variables with default values to connect to a local instance: ``` URL=http://localhost:9000 ```