Giter Site home page Giter Site logo

hypervibes-frontend's Introduction

hypervibes-frontend

Frontend app for the HyperVIBES project.

Links

Requirements

Setup

Clone the repo:

$ git clone [email protected]:R-Group-Devs/hypervibes-frontend.git

Development

Install dependencies:

$ yarn

You'll need RPC endpoints for all networks you plan to use during local development. You can generate private RPC endpoints with Infura or Alchemy, or search for public RPC endpoints to use.

Add the following environment variables to a .env.local file:

REACT_APP_ETHEREUM_RPC_URL=???
REACT_APP_POLYGON_RPC_URL=???
REACT_APP_FANTOM_RPC_URL=???
REACT_APP_ARBITRUM_RPC_URL=???
REACT_APP_ROPSTEN_RPC_URL=???
REACT_APP_RINKEBY_RPC_URL=???
REACT_APP_GOERLI_RPC_URL=???
REACT_APP_MUMBAI_RPC_URL=???

Run the app in development mode:

$ yarn start

Generate a browser-ready build artifact:

$ yarn build

Preview an app build:

$ yarn serve

hypervibes-frontend's People

Contributors

bvalosek avatar therealparmesh avatar zxqx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

hypervibes-frontend's Issues

Show pending transaction state when creating realm

Update the Create Realm form submission flow to show a loading/pending state after the transaction is submitted (on step 4), and listen for a transaction state change to display a "Realm created" success message when the transaction appears in a mined block. Ideally this pattern could be generalized and applied to other transaction submission flows throughout the app.

Use something like ethers' Contract.on to listen to the RealmCreated event.

Implement SubmitButton component in pure CSS

Currently the SubmitButton component is implemented using a static PNG background, which makes in inflexible to dynamic content changes. Update it so it's implemented using purely CSS.

Screen Shot 2021-11-02 at 4 24 25 PM

Stroke: #bcff67
Gradient: #17ffe3 (32% opacity) to #bcff67

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.