GithubHelp home page GithubHelp logo

revdefine / revdefine Goto Github PK

View Code? Open in Web Editor NEW
9.0 4.0 8.0 2.13 MB

RChain Block Explorer

Home Page: https://revdefine.io

License: Apache License 2.0

JavaScript 10.91% Shell 0.60% TypeScript 15.45% Vue 71.06% HTML 0.97% Sass 1.00%
rchain blocker blockchain-explorer blockchain-technology

revdefine's Introduction

Rev Define (revdefine)

RChain BlockExplorer

This is just a front-end project which only display the data in the RChain. There are no mock data to demonstrate. If you really want to run the explorer with real data, you have to start the custom RNode and connect to it.

The custom RNode is not an official RNode version developed by the whole core team!!!!Bugs and problems are expected.

Prerequirements

You need to install the software below to compile.

  1. docker

Build in docker

Because a lot of the js libraries are out of dated in revdefine, in order to compile it well for everyone, here presents a docker way to make sure compile would work for different nodejs environments.

$ docker run --rm -it --entrypoint /bin/bash -v $(pwd):/revdefine ubuntu:18.04
dockerBash $ cd /revdefine
dockerBash $ bash docker-build.sh

After the command above , you would find the static files in dist.

Start the app in development mode (hot-code reloading, error reporting, etc.)

$ quasar dev

Then you can browse the page by http://localhost:8080

Build the app for production

quasar build

The generated static files would locate in dist.

config RNode server

The default host which the explorer is trying to connect is localhost.

You can edit the hosts by editting productionHost.ts

Currently revdefine.io is supporting the data providing.You can also use revdefine api.

export const productionHost = 'https://revdefine.io'
export const productionRNodePort = 40406

revdefine's People

Contributors

zsluedem avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

revdefine's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.