Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loredanacirstea/dtypesol-poc
PoC for demonstrating dTyped Solidity
https://github.com/loredanacirstea/dtypesol-poc
Last synced: about 1 month ago
JSON representation
PoC for demonstrating dTyped Solidity
- Host: GitHub
- URL: https://github.com/loredanacirstea/dtypesol-poc
- Owner: loredanacirstea
- Created: 2019-09-11T20:40:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T03:11:59.000Z (almost 2 years ago)
- Last Synced: 2023-08-12T07:11:08.238Z (over 1 year ago)
- Language: JavaScript
- Size: 1.11 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dTyped Solidity PoC
## Installation & Usage
npm install
npm run buildDev // for development
// OR
npm run buildProdnpm start // navigate to localhost:8080 for local dev
### For testing
npm test // runs test
npm run coverage // generates a coverage report