Skip to content

Commit

Permalink
Add warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuterin committed Jul 10, 2017
1 parent 3ec98d0 commit b6b3217
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Introduction

Serpent is an assembly language that compiles to EVM code that is extended with various high-level features. It's particularly useful for writing code that requires low-level opcode manipulation, but at the same time has access to high-level primitives like in-storage data structures and functions, and seamlessly switches between low and high level formats.

Being a low-level language, Serpent is not recommended for those who are not very very careful about what they're doing.

# Installation:

`make && sudo make install`
Expand Down

0 comments on commit b6b3217

Please sign in to comment.