Skip to content

Commit

Permalink
v0.1.0 (#9)
Browse files Browse the repository at this point in the history
* Add changelog, update README

* Update install instructions

* Changelog updates
  • Loading branch information
jasonpaulos authored Aug 15, 2022
1 parent 41aecd2 commit f2ce32e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## v0.1.0
### Added
- The `abi.Type` struct and `abi.TypeOf` function, which support basic ARC-4
data types.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,15 @@
[![codecov](https://codecov.io/gh/algorand/avm-abi/branch/main/graph/badge.svg?token=SCDOA6NAIZ)](https://codecov.io/gh/algorand/avm-abi)

An implementation of the Algorand [ARC-4](https://arc.algorand.foundation/ARCs/arc-0004) ABI type system.

> The scope of this module is intentionally minimal. If you wish to use a more
> comprehensive library, consider [Algorand's Go SDK](https://github.com/algorand/go-algorand-sdk),
> which uses this module internally.
## Installation

This module can be installed using the `go get` command.

```sh
go get github.com/algorand/avm-abi/abi
```

0 comments on commit f2ce32e

Please sign in to comment.