Skip to content

Commit

Permalink
build: re trigger pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Oct 10, 2023
1 parent 5f3e473 commit ad68b2b
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,14 @@ Beaker

Beaker is a smart contract development framework for [PyTeal](https://github.com/algorand/pyteal).



 

 

 



## Hello, Beaker


```py
from pyteal import *
from beaker import *
Expand Down Expand Up @@ -45,8 +40,8 @@ app_client = client.ApplicationClient(
app_id, app_addr, txid = app_client.create()
print(
f"""Deployed app in txid {txid}
App ID: {app_id}
Address: {app_addr}
App ID: {app_id}
Address: {app_addr}
"""
)

Expand All @@ -64,25 +59,24 @@ You can install from pip:

`pip install beaker-pyteal`

Or from github directly (no promises on stability):
Or from github directly (no promises on stability):

`pip install git+https://github.com/algorand-devrel/beaker`

# Dev Environment
# Dev Environment

Requires a local network running to compile and test contracts.

Install [AlgoKit](https://github.com/algorandfoundation/algokit-cli#install)

and start it
and start it

```sh
$ algokit localnet start
$ algokit localnet start
$ algokit localnet status
```

## Front End

## Front End

See [Beaker TS](https://github.com/algorand-devrel/beaker-ts) to generate a front end client for a Beaker App.

Expand Down

0 comments on commit ad68b2b

Please sign in to comment.