Skip to content

clawsdev/balanced-network-interface

 
 

Repository files navigation

Balanced Network Interface

An open source interface for Balanced: a decentralized synthetic asset generator and trading platform on the ICON Network.

Development

Install Dependencies

yarn

Run

yarn start

Lint

yarn lint

Please run the lint task before commit.

Configuring the environment (optional)

Create an .env file

## For Sejong Testnet
REACT_APP_NETWORK_ID=83

## For Yeouido Testnet
REACT_APP_NETWORK_ID=3

## For Mainnet
REACT_APP_NETWORK_ID=1

Contribution

Please open all pull requests against the master branch. CI checks will run against all PRs.

Pull Request Review Guidelines

Cosmetic Fixes & small bugs

  • Set PR to main net
  • Review: UX team

Large bug fixes (i.e. issue with transaction router)

  • Set PR to main net
  • Review: UX team & separate FE dev

New Features (smart contracts on testnet)

  • Set PR to test net
  • Review: UX team & separate FE dev

New Features (smart contracts on main net)

  • Set PR to main net
  • Review: UX team & separate FE dev

Code Style/Convention

The Balanced frontend repo uses the Airbnb Code style. https://github.com/airbnb/javascript#naming-conventions

About

An open-source interface for the Balanced Network protocol (https://balanced.network)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 81.9%
  • TypeScript 17.6%
  • Other 0.5%