Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vgloic/rainbow-token-frontend
- Owner: VGLoic
- Created: 2022-02-15T08:16:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T15:17:45.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T10:51:36.441Z (10 months ago)
- Topics: ethereum-dapp, react
- Language: TypeScript
- Homepage: https://rainbow-token.netlify.app/
- Size: 2.88 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ContractsThe 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!