mirror of
https://github.com/wharfkit/resources.git
synced 2026-07-21 10:02:16 +00:00
master
* Migrating some math to Antelope integers * v1.4.0-rc1 * v1.5.0-rc1 * v1.5.0-rc2 * v1.5.0-rc3 * A-B testing function rewrites * Update src/powerup/abstract.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Removed direct usage of bigDecimal * Fixed comparison operators * Removed unneeded casting * Removed legacy functions * Wipe test data * Fixed tests * v1.5.0-rc4 * Allowing passing min_payment to options, and check for requests with little CPU * v1.5.0-rc5 * v1.5.0 --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
eosio-resources
Installation
The @wharfkit/resources package is distributed on npm.
yarn add @wharfkit/resources
# or
npm install --save @wharfkit/resources
Usage
TODO
Developing
You need Make, node.js and yarn installed.
Clone the repository and run make to checkout all dependencies and build the project. See the Makefile for other useful targets. Before submitting a pull request make sure to run make lint.
Made with ☕️ & ❤️ by Greymass, if you find this useful please consider supporting us.
Description
Languages
TypeScript
93.1%
JavaScript
3.7%
Makefile
3.2%