explorer
explorer copied to clipboard
IOST Blockchain explorer
IOST Blockchain Explorer
Prerequisites
- Golang 1.10.1 (or newer) is required to build this project
- Mongodb 4.0 (or newer) is required, We recommend Redis stable version
- node.js 8.10 (or newer) is required
Installation
get repo first:
git clone https://github.com/iost-official/explorer
Frontend
# Change Directory
cd explorer/frontend/
# build
npm install
# run in test
npm run dev
# run production build
npm run build
Backend
# Change Directory
cd explorer/backend/
# build
make
# run
./explorer
Mongo Cron Task
# Change Directory
cd explorer/backend/task
# build
make
# run
./explorer-task
Contribution
Contribution of any forms is appreciated!
Currently, our core tech team is working intensively to develop the first stable version and core block chain structure. We will accept pull request after the first stable release published.
If you have any questions, please email to [email protected]
Community & Resources
Make sure to check out these resources as well for more information and to keep up to date with all the latest news about IOST project and team.
Disclaimer
-
IOS Blockchain is unfinished and some parts are highly experimental. Use the code at your own risk.
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.