Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1busayo/dexstore
https://github.com/1busayo/dexstore
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/1busayo/dexstore
- Owner: 1Busayo
- Created: 2023-09-23T19:13:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-23T19:16:58.000Z (over 1 year ago)
- Last Synced: 2023-09-24T00:18:07.885Z (over 1 year ago)
- Language: JavaScript
- Size: 993 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dexstore
## Technology Stack & Tools
- Solidity (Writing Smart Contracts & Tests)
- Javascript (React & Testing)
- [Hardhat](https://hardhat.org/) (Development Framework)
- [Ethers.js](https://docs.ethers.io/v5/) (Blockchain Interaction)
- [React.js](https://reactjs.org/) (Frontend Framework)## Requirements For Initial Setup
- Install [NodeJS](https://nodejs.org/en/)## Setting Up
### 1. Clone/Download the Repository### 2. Install Dependencies:
`$ npm install`### 3. Run tests
`$ npx hardhat test`### 4. Start Hardhat node
`$ npx hardhat node`### 5. Run deployment script
In a separate terminal execute:
`$ npx hardhat run ./scripts/deploy.js --network localhost`### 6. Start frontend
`$ npm run start`