An open API service indexing awesome lists of open source software.

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

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
```