https://github.com/broxus/octusbridge-frontend
OctusBridge frontend
https://github.com/broxus/octusbridge-frontend
defi everscale octusbridge react web3
Last synced: 11 months ago
JSON representation
OctusBridge frontend
- Host: GitHub
- URL: https://github.com/broxus/octusbridge-frontend
- Owner: broxus
- License: agpl-3.0
- Created: 2022-03-15T15:09:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T07:03:15.000Z (over 1 year ago)
- Last Synced: 2024-11-06T08:17:24.512Z (over 1 year ago)
- Topics: defi, everscale, octusbridge, react, web3
- Language: TypeScript
- Homepage: https://octusbridge.io/
- Size: 5.14 MB
- Stars: 6
- Watchers: 4
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OctusBridge crosschain bridge
OctusBridge frontend source code
## Table of Contents
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
## Getting Started
### Prerequisites
First, install [NodeJS](https://nodejs.org/) v16. Use [NVM](https://github.com/nvm-sh/nvm) as the best solution to manage NodeJS versions.
Next, install NPM globally. If you're using NVM - you don't need to install NPM.
```
npm intall npm -g
```
### Installing
Then, install dependencies with the command below:
```
npm ci
```
## Usage
### Local Development
To start developing - run the command below:
```
npm start
```
It will be start Webpack Dev Server with HMR.
### Build production distributive
For build production distributive run the command below:
```
npm run build
```
It will build production-ready distributive.
## Contributing
We welcome contributions to the project! If you notice any issues or errors, feel free to open an issue or submit a pull request.
## License
This project is licensed under the GNU Affero General Public License version 3 - see the [LICENSE](LICENSE) file for details or view license on [OpenSourceInitiative](https://opensource.org/license/agpl-v3/).