https://github.com/jovijovi/ether-core-api
HTTP APIs for @jovijovi/ether-core.
https://github.com/jovijovi/ether-core-api
blockchain ether ether-core-api ethereum
Last synced: about 2 months ago
JSON representation
HTTP APIs for @jovijovi/ether-core.
- Host: GitHub
- URL: https://github.com/jovijovi/ether-core-api
- Owner: jovijovi
- License: mit
- Created: 2022-09-22T06:49:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T10:33:46.000Z (over 3 years ago)
- Last Synced: 2026-02-08T22:31:00.258Z (4 months ago)
- Topics: blockchain, ether, ether-core-api, ethereum
- Language: TypeScript
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Ether Core API
[](https://www.npmjs.com/package/@jovijovi/ether-core-api)
[](https://github.com/jovijovi/ether-core-api)
[](https://codecov.io/gh/jovijovi/ether-core-api)
HTTP APIs for [@jovijovi/ether-core](https://www.npmjs.com/package/@jovijovi/ether-core).
## Philosophy
*:kiss: KISS. Keep it small and simple.*
## Features
- HTTP RESTFul APIs for [@jovijovi/ether-core](https://www.npmjs.com/package/@jovijovi/ether-core) package.
## Development Environment
- typescript `4.8.4`
- node `v16.18.0`
- ts-node `v10.9.1`
- yarn `v1.22.19`
## Install
```shell
npm install @jovijovi/ether-core-api
```
or
```shell
yarn add @jovijovi/ether-core-api
```
## Usage
```typescript
import * as eth from '@jovijovi/ether-core-api';
class privateImplHandlers implements ITaskHandler {
RegisterHandlers(router: core.Express) {
eth.Handler.APIs(router);
}
}
```
## Roadmap
- Documents
## License
[MIT](LICENSE)