Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Latest commit

 

History

History
43 lines (28 loc) · 955 Bytes

index.rst

File metadata and controls

43 lines (28 loc) · 955 Bytes

Sample Python Files

The following is a selection of examples included with this project. The remainder of them can be seen at boa_test/examples. All the following items as well as other tests are tested at boa_test/tests

Addition

This example show how to add numbers. It is also an example of a smart contract that accepts multiple parameters (4).

boa_test.example.AddTest1

Lists

This example shows how to create and manipulate lists.

boa_test.example.ArrayTest

Binary Operators

This example shows how to use binary operators.

boa_test.example.BinopTest

NEP5 Token

This example shows how to create a NEP5 token.

boa_test.example.demo.ICO_Template