Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# dTyped Solidity PoC

## Installation & Usage

npm install

npm run buildDev // for development
// OR
npm run buildProd

npm start // navigate to localhost:8080 for local dev

### For testing

npm test // runs test
npm run coverage // generates a coverage report