Skip to content

Jeffonemore/NodeGateway

 
 

Repository files navigation

NodeGateway

English | 简体中文

Introduction

NodeGateway is blockchain node access service platform similar to infrua on Ethereum which is a public blockchain(will support FIL、ETH etc)node access service for developers. Developers who want to develop DAPP in FVM or other application can use NodeGateway API to interact with the chain without deploying their own blockchain nodes.We will technically guarantee its strong and stable performance.Assuming that the developer has already use FIL node which they deployed self before, they can access the NodeGateway only by modifying the URL without changing the interface.

Website

https://node-gateway.storeros.com/console/#/

username:test

password:test

Note: Under development, the function is not perfect

Build Setup

# clone the project
git clone https://github.com/StorerOS/NodeGateway.git

# enter the project directory
cd NodeGateway

# install dependency
yarn install

# develop
yarn dev

This will automatically open http://localhost:9528

Build

# build for test environment
yarn build:stage

# build for production environment
yarn build:prod

Advanced

# preview the release environment effect
yarn preview

# preview the release environment effect + static resource analysis
yarn preview -- --report

# code format check
yarn lint

# code format check and auto fix
yarn lint -- --fix

Browsers support

Modern browsers and Internet Explorer 10+.

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
IE10, IE11, Edge last 2 versions last 2 versions last 2 versions

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 52.8%
  • JavaScript 38.1%
  • SCSS 8.7%
  • HTML 0.4%