-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from ainblockchain/release/v1.1.0
Release/v1.1.0
- Loading branch information
Showing
13 changed files
with
907 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,12 @@ | |
|
||
A python version of [ain-js](https://www.npmjs.com/package/@ainblockchain/ain-js). | ||
|
||
|
||
## Installation | ||
``` | ||
pip install ain-py | ||
``` | ||
|
||
## Run all test | ||
``` | ||
tox | ||
``` | ||
|
||
## Examples | ||
```python | ||
|
@@ -25,4 +22,28 @@ async def process(): | |
|
||
loop = asyncio.get_event_loop() | ||
loop.run_until_complete(process()) | ||
``` | ||
``` | ||
|
||
|
||
## Test How-To | ||
1. Clone AIN Blockchain and install | ||
``` | ||
git clone [email protected]:ainblockchain/ain-blockchain.git | ||
yarn install | ||
``` | ||
|
||
2. Start blockchain locally | ||
``` | ||
bash start_local_blockchain.sh | ||
``` | ||
|
||
3. Run tests | ||
``` | ||
tox | ||
``` | ||
|
||
|
||
## License | ||
|
||
This project is licensed under the MIT License | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.