DApp which provides a platform for borderless, peer-to-peer, fiat-to-crypto echanges that allows Stakeholders to find nearby users to exchange their cash for digital assets and currency. https://teller.exchange/
Go to file
Iuri Matias 62e13bbc82
Merge pull request #290 from status-im/fix/zero-cost-offer
Fix small stuff
2019-05-30 07:55:38 -04:00
.github/ISSUE_TEMPLATE config (@teller-network) add github issue templates 2018-12-17 10:49:31 -05:00
.storybook fix storybook and unit test runner 2019-04-02 13:46:18 -04:00
contracts Merge pull request #284 from status-im/chore/remove-market 2019-05-29 13:05:35 -04:00
cypress update jest 2019-04-13 09:57:09 -04:00
embarkConfig chore: remove margin everywhere in the front-end 2019-05-29 10:01:29 -04:00
public feat: add logo as favicon 2019-04-19 12:54:47 -04:00
src Merge pull request #290 from status-im/fix/zero-cost-offer 2019-05-30 07:55:38 -04:00
stories fix: fix color of grey tags 2019-05-29 15:28:50 -04:00
test Merge pull request #284 from status-im/chore/remove-market 2019-05-29 13:05:35 -04:00
utils feature(@teller-network/contracts) adds arbitration to escrow (#24) 2019-01-10 22:05:53 +00:00
.babelrc fix storybook and unit test runner 2019-04-02 13:46:18 -04:00
.eslintrc.json Add linter in ci and fix it 2019-02-04 16:32:37 +01:00
.gitattributes feat: add .gitattributes 2019-03-21 17:42:56 -04:00
.gitignore feat/changes based on slither audit (#168) 2019-04-16 10:12:05 -04:00
.travis.yml Add linter in ci and fix it 2019-02-04 16:32:37 +01:00
CONTRIBUTING.md documentation(@teller-network) update contributing guidelines to use correct npm test script 2018-12-17 10:51:00 -05:00
README.md bring master inline to changes on gh-pages branch 2019-04-08 14:01:47 -04:00
SWARM.md documentation(@teller-network) add initial SWARM spec document 2018-12-17 10:26:24 -05:00
cypress.json feat: add cypress for e2e testing 2019-01-16 09:25:18 +00:00
embark.json feat: add embark-solc for top speed 2019-05-06 14:20:43 -04:00
package.json feat(margin): use a slider for the margin selector 2019-05-27 16:50:14 -04:00
shared.chains.json feat: improve trade page to make it clearer 2019-05-29 15:11:33 -04:00
yarn.lock feat(margin): use a slider for the margin selector 2019-05-27 16:50:14 -04:00

README.md

Build Status

status-teller-network

Installation

  • yarn install

Running

  1. embark run (optional --nodashboard)
  2. yarn start (starts create-react-app pipeline)

Deploying

  1. embark build testnet
  2. yarn run build