/scrypto-toolkit

Open source tools for Scrypto developers

Primary LanguageRustMIT LicenseMIT

Scrypto Toolkit

This library aims at providing open source tools for Scrypto developers. At the moment, these include:

Contribute:

To contribute please follow the contribution guide. The following features are open for contribution.

Test Engine

  • Implement a better way to deal with Buckets/Proofs return.
  • Implement a nice way of querying component states.
  • Deal with more transaction failures.
  • Enhance documentation and give more examples

Maths

  • Replace methods' implementation with PadĂ© approximants to improve performance
  • Create a CustomDecimal macro to create custom 256 bits decimal types
  • Implement other maths function
  • Do performance tests

Benchmarking tool

  • Develop a fee benchmarking tool for Scrypto