Skip to content

aguirresabino/decentralized-exchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decentralized Exchange (DEX)

Tools

Getting Started

1. Install dependencies:

yarn install

2. Run tests:

yarn truffle:test

3. Deployment to private blockchain:

3.1. Create private blockchain with Truffle:

yarn truffle:develop

3.2 Import Truffle accounts into your favorite Wallet.

Example with MetaMask wallet:

https://metamask.zendesk.com/hc/en-us/articles/360015489331-How-to-import-an-Account

3.2. Deploy contract:

yarn truffle:migrate

3.3 Execute front-end:

yarn client:start

Client screenshot

image

About

Decentralized exchange (DEX)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published