GithubHelp home page GithubHelp logo

machard / ledger-web-terra-station Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 4.59 MB

Home Page: ledger-web-terra-station.vercel.app

Shell 0.03% JavaScript 4.33% CSS 0.08% HTML 7.11% SCSS 16.77% TypeScript 71.68%

ledger-web-terra-station's Introduction

Terra Station

Banner

Terra Station is a web application to interact with Terra Core.

Terra Station allows users to:

  • Create wallets and send tokens
  • Get involved with staking, with looking through validator information and delegating Luna tokens
  • A dashboard monitoring key Terra macroeconomic variables
  • Atomically swap currencies on the Terra network at the effective on-chain exchange rate.

Running Terra Station with useStation locally

This guide explains how you can set up Terra Station repositories for local development. ​

Add local.terra.money to /etc/hosts

​ This will prevent any CORS issues when using API calls. ​ Add the following entry to your /etc/hosts file: ​

127.0.0.1 local.terra.money

Build Terra Station

git clone https://github.com/terra-money/station.git
cd station
cp src/chains.sample.ts src/chains.ts
git submodule init
git submodule update
yarn
yarn start

⚠️ For Windows user, you need to change the SASS_PATH inside your .env file. The value must be SASS_PATH=./node_modules;./src/styles

Terra Station should now be running locally at https://local.terra.money:3000.

🎓 You need to change your host file to be able to access local.terra.money locally.

Customizing useStation

You may want to modify the useStation to change how Terra Station works. ​

git clone https://github.com/terra-money/use-station.git
cd use-station
yarn
yarn build

Then, to build Terra Station:

git clone https://github.com/terra-money/station.git
cd station
yarn
yarn add ..path/to/your/use-station
yarn start

Building Terra Station (Electron App)

Before executing the following commands, make sure the server of Terra Station(web) is running, which provides instructions on how to run the Electron app. ​

git clone https://github.com/terra-money/station-electron.git
cd station-electron
git checkout -t origin/local
yarn
yarn start

​ An Electron app should now be running against https://local.terra.money:3000. You can now launch the app version of Terra Station.

Available Scripts

This project was bootstrapped with Create React App.

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open https://localhost:3000 to view it in the browser.

yarn test

Launches the test runner in the interactive watch mode.

ledger-web-terra-station's People

Contributors

hanjukim avatar ny6234 avatar dependabot[bot] avatar simcheolhwan avatar machard avatar romainlanz avatar savearray2 avatar

Watchers

James Cloos avatar  avatar

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.