Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/michael-spengler/ethereum

Deno Module / Toolkit which provides several helper features in the context of the Ethereum Blockchain
https://github.com/michael-spengler/ethereum

crypto ethereum

Last synced: 26 days ago
JSON representation

Deno Module / Toolkit which provides several helper features in the context of the Ethereum Blockchain

Awesome Lists containing this project

README

        

# Ethereum

This module was drafted before we have provided:
https://deno.land/x/web3

Most of you might rather use https://deno.land/x/web3.

Feel free to contribute and to add distinct features via PR.

## Usage Example

see test.ts file.

## Trigger Test Execution

```sh

deno test https://deno.land/x/ethereum/test.ts

```