github.com/Axentro/axal
main / published Feb 19, 2022 / repository
AXAL (Axentro Automation Language) for automated code execution on the blockchain
axal
TODO: Write a description here
Installation
-
Add the dependency to your
shard.yml:dependencies: axal: github: your-github-user/axal -
Run
shards install
Usage
require "axal"
TODO: Write usage instructions here
Development
TODO: Write development instructions here
Contributing
- Fork it (https://github.com/your-github-user/axal/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Kingsley - creator and maintainer
TODO
- implement require file (include all core files automatically)
API
- Axal
- Fetch
- FileStorage
- SourceRunner
- SpecRunner
- X
alias X = Nil | Bool | Float64 | String | Array(X) | Array(Duktape::JSPrimitive) | Hash(String, X) | Hash(String, Duktape::JSPrimitive)