Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
barnjamin committed Sep 19, 2022
1 parent 8de1734 commit e786a51
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Documentation to help understanding the tools available is [here](https://develo

## Contracts

contracts/application.py - Beaker PyTeal Application
contracts/artifacts/approval.teal - The approval program generated from the Beaker application
contracts/artifacts/clear.teal - The clear program generated from the Beaker application
contracts/artifacts/contract.json - The ARC4 ABI Contract specification from the Beaker application
contracts/artifacts/DebugMe.json - The Beaker Application specification from the Beaker application
- contracts/application.py - Beaker PyTeal Application
- contracts/artifacts/approval.teal - The approval program generated from the Beaker application
- contracts/artifacts/clear.teal - The clear program generated from the Beaker application
- contracts/artifacts/contract.json - The ARC4 ABI Contract specification from the Beaker application
- contracts/artifacts/DebugMe.json - The Beaker Application specification from the Beaker application

## Flow
## Usage

### Setup

Expand Down Expand Up @@ -62,10 +62,10 @@ Proceed to [debugging](#debugging)

### Go SDK

TODO
### Java SDK

TODO
```
go get
go run ./*.go
```

### Goal/Tealdbg

Expand All @@ -83,7 +83,7 @@ $ ./3_withdraw.sh
$ ./3_withdraw.sh debug
```

### Debugging
## Debugging

If you need to modify the contract logic, make sure the virtualenv is active and run:
```
Expand Down

0 comments on commit e786a51

Please sign in to comment.