https://github.com/maxstalker/cadest
https://github.com/maxstalker/cadest
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxstalker/cadest
- Owner: MaxStalker
- Created: 2022-10-04T22:14:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T09:05:53.000Z (over 3 years ago)
- Last Synced: 2025-02-26T18:42:23.434Z (over 1 year ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Cadest - Fast Cadence Testing
Cadence testing with Javascript can be slow some times.
This library tries to make it as snappy and fast as possible. We do it by eliminating all unnecessary steps:
- transaction signature validation is disabled - you will need Flow CLI `v.0.39.3` or higher
- FCL replaced with direct REST API calls
- small performance improvements here and there to squeeze maximum speed