Skip to content

Commit

Permalink
Updated README version numbering.
Browse files Browse the repository at this point in the history
  • Loading branch information
samcamwilliams committed Jun 14, 2020
1 parent 79605c9 commit 8ba7de9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ Uses lazy-evaluation to move the burden of contract execution from network nodes
to smart contract users. Currently, SmartWeave supports JavaScript, using the
client's unmodified execution engine.

**Status: 0.1**

**Use at your own risk!**
**Version: 0.1**

## Usage

Expand Down Expand Up @@ -43,7 +41,7 @@ To test a contract interaction without writing it to the network, append

## Execution Environment

The SmartWeave 1.0-ALPHA-1 execution environment is extremely flexible, but
The SmartWeave 0.1 execution environment is extremely flexible, but
very basic. There are no safety rails. You can write programs that do far more
computation than Ethereum (etc.) smart contracts, make use of GPU rendering
facilities, write to the local machine's storage. But you can also trivally
Expand Down

0 comments on commit 8ba7de9

Please sign in to comment.