Skip to content

omerpitts/as

 
 

Repository files navigation

as

MassaLabs monorepo for assemblyscript libraries.

This repository is a collection of tools, objects and functions in AssemblyScript.

  • Classes and helper functions with as-types
  • random draws with as-proba
  • AssemblyScript transformers for unit testing and reading a file with as-transformer

The complete documentation of all available functions and objects is here:

Install

Packages are independant you can choose to install what you need

npm i --save-dev @massalabs/as-types
npm i --save-dev @massalabs/as-proba
npm i --save-dev @massalabs/as-transformer

Development guide

Build

npm run build

Code linting and formatting

npm run fmt

Test

npm run test

Generate doc

npm run doc

About

Massa Labs assembly script repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 98.2%
  • JavaScript 1.4%
  • Shell 0.4%