Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kybernetwork/kyberswap
Codebase for KyberSwap that helps users convert tokens instantly and directly from their own hardware wallets, metamask and so on. No setup, No deposit, no withdrawal needed. Try it out on https://kyberswap.com or join telegram for developers https://t.me/KyberDeveloper.
https://github.com/kybernetwork/kyberswap
dapps ethereum ethereum-wallet financial-services javascript react
Last synced: 2 days ago
JSON representation
Codebase for KyberSwap that helps users convert tokens instantly and directly from their own hardware wallets, metamask and so on. No setup, No deposit, no withdrawal needed. Try it out on https://kyberswap.com or join telegram for developers https://t.me/KyberDeveloper.
- Host: GitHub
- URL: https://github.com/kybernetwork/kyberswap
- Owner: KyberNetwork
- License: mit
- Created: 2017-07-06T00:41:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T09:09:22.000Z (almost 2 years ago)
- Last Synced: 2024-12-14T04:04:49.511Z (9 days ago)
- Topics: dapps, ethereum, ethereum-wallet, financial-services, javascript, react
- Language: HTML
- Homepage: https://kyberswap.com
- Size: 668 MB
- Stars: 430
- Watchers: 46
- Forks: 346
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# KyberSwap: Instantly Convert Your Tokens
KyberSwap allows users to directly interact with Kyber's decentralized liquidity network and instantly swap/ trade their tokens. Check our website at https://kyberswap.com
## Install dependencies
The wallet is developed on `Nodejs`, we assume users have it installed in their environment. _We suggest to use Node v7.3.0_
```
npm install
```## Run in development mode (ropsten network)
```
npm run ropsten
```Once it is running, user can access to the wallet by going to `http://localhost:3002`
## Build production app
```
npm run build-production
```## Code structure
This repository is using `Reactjs` and `Redux` and following their naming conventions. Source code of the wallet is in `src`. Most of the logic is in `src/js`.
## Migrate media data
```
bundle exec rake master_data:media_post
```## Deploy staging:
```
git tag -f deploy_staging
git push -f deploy_staging
```