Galaxy is a blockchain agnostic node network and protocol offering services to decentralized platforms
galaxy.ooo
Request feature
·
Explore
·
Report bug
·
Chat
·
This project was bootstrapped with Create React App.
- Status
- Quick start
- Bug report
- Feature requests
- Contributing
- Roadmap
- Community
- Repository maintainers
- License
- Introduces Galaxy UI. Galaxy's base theme for the Bootstrap front-end framework
- Now utilizes the npm package manager. Previously, Yarn package manager was required to run
galaxy.ooo
due to constraints from Heroku's Create React App Buildpack - Setup CircleCI build test & automated CircleCI build status badge
- Build passing...
- Implemented Sass theming with full automated build, CSS minification, auto-watch and update, and start script
- Log in and sign up creation
galaxy.ooo
├── .circleci
│ └── config.yml
├── .github
│ └── ISSUE_TEMPLATE
│ │ └── bug_report.md
│ │ └── custom-issue.md
│ │ └── feature_request.md
├── .gitignore
├── docs
│ └── CONTRIBUTING.md
│ └── getting-started.md
├── node_modules (1,069 items)
├── package-lock.json
├── package.json
├── public
│ └── favicon.ico
│ └── index.html
│ └── manifest.json
├── README.md
└── src
└── App.js
└── App.test.js
└── components
│ └── Footer.js
│ └── Header.js
└── index.js
└── logo.svg
└── registerServiceWorker.js
└── styles
└── App.css
└── Galaxy.css
└── Galaxy.scss
└── index.css
Quickly start by cloning the repository to your local machine
$ git clone git@github.com:galaxypi/galaxy.ooo.git
Install npm
. npm
is installed and comes bundled with Node.js
$ brew install node
Add dependencies
$ npm install
Start the local client side server and run the app. The app will automatically open your web browser and navigate to http://localhost:3000/ for you
$ npm start
For detailed instructions on on installing and running Galaxy.ooo, please visit the Getting started page.
Found a bug or issue? Please first read the issue & bug guidelines and search for existing and closed issues. If your problem is not addressed yet, please report a bug.
Feature requests are highly encouraged. We want to hear from you on what you'd like to see and/or how you'd like to utilize or access the Galaxy node network.
When submitting a feature request, take a moment to find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to convince community members of the merits of this feature. Please provide as much detail and context as possible, providing relevant links, prior art, or live demos whenever possible.
Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.
Moreover, if your pull request contains JavaScript patches or features, you must include relevant unit tests. All code should conform to the Code Guidelines.
View the detailed Galaxy Roadmap to see what's coming next.
› Galaxy Roadmap page (galaxypi/galaxy/docs/roadmap.md)
Galaxy's mission is to become the world's largest blockchain agnostic, always on, node network and protocol offering services to decentralized platforms.
We are looking to accomplish this by executing the following;
- Building and maintaining the Galaxy blockchain and protocol.
- Designing and building beautiful modified tiny computers (Raspberry Pi) as Galaxy nodes.
- Providing an exceptional API, SDK and marketplace experience that allows developers to easily access and build on top of the Galaxy node network.
- A simple and easy node owner interface and incentive program to incentivize node owners.
- Provide the best experience for developers to quickly deploy node modules, apps and services to decentralized platforms.
View the detailed Galaxy Roadmap page (galaxypi/galaxy/docs/roadmap.md) to learn more about project overview, goals, execution to date, milestones, current tech stack, and more...
Get updates on Galaxy's development and chat with the project maintainers and community members.
- Follow @galaxypilab on Twitter.
- Join the official Galaxy Discord chat room.
› Galaxy Community page (galaxypi/galaxy/docs/community.md)
For more details on how to get involved in the Galaxy Community visit the Galaxy Community page (galaxypi/galaxy/docs/community.md) and learn more about events, roadmap, weekly & daily scrum, past weekly community scrum calls, and more...
Jacob Gadikian, Blockchain Engineer
By contributing your code, you agree to license your contribution under the MIT License.