Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wharfkit/resources
Library to assist in Antelope blockchain resource calculations
https://github.com/wharfkit/resources
Last synced: 1 day ago
JSON representation
Library to assist in Antelope blockchain resource calculations
- Host: GitHub
- URL: https://github.com/wharfkit/resources
- Owner: wharfkit
- Created: 2021-03-01T18:51:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T19:25:09.000Z (26 days ago)
- Last Synced: 2024-11-03T10:03:06.299Z (8 days ago)
- Language: TypeScript
- Homepage:
- Size: 214 KB
- Stars: 9
- Watchers: 2
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-eosio - greymass/eosio-resources - Tool to assist in network resource calculations. (Developers / Developer Tools)
README
# eosio-resources
## Installation
The `@wharfkit/resources` package is distributed on [npm](https://www.npmjs.com/package/@wharfkit/resources).
```
yarn add @wharfkit/resources
# or
npm install --save @wharfkit/resources
```## Usage
TODO
## Developing
You need [Make](https://www.gnu.org/software/make/), [node.js](https://nodejs.org/en/) and [yarn](https://classic.yarnpkg.com/en/docs/install) installed.
Clone the repository and run `make` to checkout all dependencies and build the project. See the [Makefile](./Makefile) for other useful targets. Before submitting a pull request make sure to run `make lint`.
---
Made with ☕️ & ❤️ by [Greymass](https://greymass.com), if you find this useful please consider [supporting us](https://greymass.com/support-us).