eoslime icon indicating copy to clipboard operation
eoslime copied to clipboard

Complete EOSIO framework for development, testing, and deployment in JavaScript

Results 8 eoslime issues
Sort by recently updated
recently updated
newest added

Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.3.0 to 3.16.0. Release notes Sourced from simple-git's releases. [email protected] Minor Changes 97fde2c: Support the use of -B in place of the default -b in checkout methods...

dependencies

This PR implements the feature of compiling multiple source files to the same contract, if they are grouped inside a subfolder of the one that is passed to `--path`, or...

I want the transaction details eg. `trxid` when some smart contract action is called from eoslime. I tried: ``` it("Should add document", async () => { await contract.upsertdoc.getRawTransaction("doc2", "docfile", "docdescription",...

For various reasons some time need to spin up time on nodeos to trigger some dApp logic. For example: - some EOS account can call action once a day/week/month and...

enhancement

This is a feature request for `eoslime install` command, which will detect your platform and whether you have eosio/eosio.cdt installed, and if not, install it for you Will automatically execute...

enhancement

- [ ] Implement tests coverage for a contract 1. The coverage report should show what lines of the contract code have been tested

enhancement

Separate EOSlime in two packages. At the moment, the project could be used for testing, deployment, CLI, back-end. However, the browser will throw some errors, because of the dependencies eoslime...

enhancement

Eoslime is open-source Dapp development and deployment framework made with the developer in mind. Therefore we need you - the Dapp developers to guide us towards what is needed. Is...

help wanted