Skip to content

BeakerTools/scrypto-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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