Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/michael-spengler/ethereum
- Owner: michael-spengler
- Created: 2020-08-23T21:36:56.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-30T15:37:16.000Z (almost 3 years ago)
- Last Synced: 2024-09-16T14:40:00.263Z (about 2 months ago)
- Topics: crypto, ethereum
- Language: TypeScript
- Homepage:
- Size: 48.8 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ethereum
This module was drafted before we have provided:
https://deno.land/x/web3Most 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
```