All Projects → KyberNetwork → Kyberswap

KyberNetwork / Kyberswap

Licence: mit
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.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Kyberswap

Token Wizard
(Discontinued) TokenWizard is an DApp to create and manage crowdsale and token contracts using a simple UI
Stars: ✭ 353 (+17.28%)
Mutual labels:  ethereum, dapps
Etherkit
Stars: ✭ 36 (-88.04%)
Mutual labels:  ethereum, dapps
Web3modal
A single Web3 / Ethereum provider solution for all Wallets
Stars: ✭ 515 (+71.1%)
Mutual labels:  ethereum, dapps
Squeezer
Squeezer Framework - Build serverless dApps
Stars: ✭ 3,242 (+977.08%)
Mutual labels:  ethereum, dapps
Contracts
Smart contracts comprising the business logic of the Matic Network
Stars: ✭ 130 (-56.81%)
Mutual labels:  ethereum, dapps
Hardhat
Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software. Get Solidity stack traces & console.log.
Stars: ✭ 727 (+141.53%)
Mutual labels:  ethereum, dapps
Ethereum book
精通以太坊 (中文版)
Stars: ✭ 875 (+190.7%)
Mutual labels:  ethereum, dapps
Dappeteer
🏌🏼‍E2E testing for dApps using Puppeteer + MetaMask
Stars: ✭ 117 (-61.13%)
Mutual labels:  ethereum, dapps
Awesome Solidity
⟠ A curated list of awesome Solidity resources, libraries, tools and more
Stars: ✭ 3,078 (+922.59%)
Mutual labels:  ethereum, dapps
Typescript Solidity Dev Starter Kit
Starter kit for smart contract development using Typescript
Stars: ✭ 127 (-57.81%)
Mutual labels:  ethereum, dapps
Trust Ray
☁️ API for the Trust Wallet. Project no longer supported and current version used as source of transactions and address tokens in Blockatlas https://github.com/trustwallet/blockatlas/blob/master/config.yml#L64
Stars: ✭ 172 (-42.86%)
Mutual labels:  ethereum, dapps
Mastering Ethereum
分散アプリケーションプラットフォーム「ethereum」の入門書
Stars: ✭ 165 (-45.18%)
Mutual labels:  ethereum, dapps
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (-40.2%)
Mutual labels:  ethereum, dapps
Web3j
Lightweight Java and Android library for integration with Ethereum clients
Stars: ✭ 3,537 (+1075.08%)
Mutual labels:  ethereum
Solidity Repl
Ethereum Solidity REPL
Stars: ✭ 294 (-2.33%)
Mutual labels:  ethereum
Coinpricebar
💰 Cryptocurrency prices on MacBook Touch Bar
Stars: ✭ 290 (-3.65%)
Mutual labels:  ethereum
Clay
Golem is creating a global market for computing power.
Stars: ✭ 2,963 (+884.39%)
Mutual labels:  ethereum
Parity Bridge
Stars: ✭ 301 (+0%)
Mutual labels:  ethereum
Uport Connect
Main uPort library for front end developers
Stars: ✭ 295 (-1.99%)
Mutual labels:  ethereum
0xdeca10b
Sharing Updatable Models (SUM) on Blockchain
Stars: ✭ 285 (-5.32%)
Mutual labels:  ethereum

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 <origin/upstream> deploy_staging
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].