https://github.com/lucas54neves/stock-exchange-using-solidity
Stock exchange contract using Solidity from Ethereum
https://github.com/lucas54neves/stock-exchange-using-solidity
broker dapps ethereum exchange financial-markets hardhat payment solidity stock-exchange
Last synced: about 1 month ago
JSON representation
Stock exchange contract using Solidity from Ethereum
- Host: GitHub
- URL: https://github.com/lucas54neves/stock-exchange-using-solidity
- Owner: lucas54neves
- License: mit
- Created: 2021-10-15T20:00:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T15:14:25.000Z (about 2 years ago)
- Last Synced: 2025-03-02T14:22:34.106Z (7 months ago)
- Topics: broker, dapps, ethereum, exchange, financial-markets, hardhat, payment, solidity, stock-exchange
- Language: JavaScript
- Homepage:
- Size: 1.59 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stock-exchange-using-solidity
Stock exchange contract using Solidity from Ethereum
## Main commands
### Install dependencies
```
yarn
```### Automated tests
```
yarn test
```