Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vgloic/rainbow-token-frontend

Rainbow Token frontend application
https://github.com/vgloic/rainbow-token-frontend

ethereum-dapp react

Last synced: about 2 months ago
JSON representation

Rainbow Token frontend application

Awesome Lists containing this project

README

        

# Rainbow Token Frontend

[![Coverage Status](https://coveralls.io/repos/github/VGLoic/rainbow-token-frontend/badge.svg?branch=main)](https://coveralls.io/github/VGLoic/rainbow-token-frontend?branch=main)
[![Netlify Status](https://api.netlify.com/api/v1/badges/67e7351b-1c94-47e1-8f30-176605f5dcf2/deploy-status)](https://app.netlify.com/sites/rainbow-token/deploys)

:warning: This application has been developed for educational purposes and should not be considered as a serious product in its current state :warning:

The application is deployed at https://rainbow-token.netlify.app/.
## Smart Contracts

The smart contracts are in a [different repository](https://github.com/VGLoic/rainbow-token-contracts).

## Setup

### Nvm

Use configured node and npm versions
```console
nvm use
```

Nvm installation instructions may be found [here](https://github.com/nvm-sh/nvm).

### Install dependencies

```console
npm install
```

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.\
You will also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!