2022-10-25 07:45:14 +00:00
# Ziion Tools
2022-10-30 12:28:09 +00:00
## Description
2022-10-25 07:45:14 +00:00
2022-10-30 12:28:09 +00:00
Build your own EVM tools for Ubuntu.
2022-10-25 07:45:14 +00:00
2022-10-30 12:28:09 +00:00
<!-- ALL - CONTRIBUTORS - LIST:START - Do not remove or modify this section -->
| [<img src="https://avatars.githubusercontent.com/u/5644977?v=3" width="100px;"/><br /><sub>Bryan Black</sub> ](https://github.com/reelsense/ )< br /> [📖](https://github.com/stationgroup/ansible-experiments/commits?author=reelsense) |
| :---: |
2022-10-25 07:45:14 +00:00
2022-10-30 12:28:09 +00:00
<!-- ALL - CONTRIBUTORS - LIST:END -->
2022-10-25 07:45:14 +00:00
2022-10-30 12:28:09 +00:00
## Initialization
2022-10-25 07:45:14 +00:00
2022-10-30 12:28:09 +00:00
```bash
ansible-galaxy install -r roles/requirements.yml
```
2022-10-25 07:45:14 +00:00
2022-10-30 12:28:09 +00:00
## Requirements
2022-10-25 07:45:14 +00:00
2022-10-30 12:49:11 +00:00
- Ansible
- Ubuntu _20.04_ Desktop **target**
2022-10-25 07:45:14 +00:00
2022-10-30 12:28:09 +00:00
## Role Variables
2022-10-25 07:45:14 +00:00
2022-10-30 12:28:09 +00:00
`File: plays/evm-tools.yml`
```yml
2022-10-30 12:28:53 +00:00
vars:
2022-10-30 12:28:09 +00:00
ziionos_user: ziion
bash_line: "export PATH=$PATH:$HOME/.local/bin" # pipx support for user install
bash_line_state: present
docker_users: ziion
```
2022-10-25 07:45:14 +00:00
2022-10-30 12:28:09 +00:00
## Galaxy Dependencies
2022-10-25 07:45:14 +00:00
2022-10-30 12:28:09 +00:00
```yml
- community.docker
- src: geerlingguy.docker
name: geerlingguy.docker
```
2022-10-25 07:45:14 +00:00
2022-10-30 12:28:09 +00:00
## Example Playbook
```yml
---
- hosts: vagrant
vars:
ziionos_user: ziion
bash_line: "export PATH=$PATH:$HOME/.local/bin" # pipx support for user install
bash_line_state: present
docker_users: ziion
become: true
roles:
- common
- geerlingguy.docker
- truffle
- sol2uml #BROKEN a little on x86 and completely on ARM https://gitlab.com/shopglue/ziion-tools/-/iss$
- solc
- solc-select
- slither
- brownie
- manticore
- mythril
- ganache
- remix
- geth
```
2022-10-25 07:45:14 +00:00
2022-10-30 12:42:10 +00:00
## Known Issues
2022-10-30 12:48:04 +00:00
- Existing Halborn installation and build process is still unknown. So setting up an ubuntu host to run the playbook on isn't documented, and is up to you!
2022-10-30 12:42:10 +00:00
- [sol2uml broken dependency on amd64 and completely broken on arm64 ](https://gitlab.com/shopglue/ziion-tools/-/issues/7 )
- [manticore missing arm64 arch ](https://gitlab.com/shopglue/ziion-tools/-/issues/5 )
- [mythril missing arm64 arch ](https://gitlab.com/shopglue/ziion-tools/-/issues/5 )
- [ganache missing arm64 arch pre `7.1.0` ](https://gitlab.com/shopglue/ziion-tools/-/issues/6 )
- [RemixIDE investigating arm64 ](https://gitlab.com/shopglue/ziion-tools/-/issues/2 )
2022-10-30 12:48:04 +00:00
- Desktop integration of RemixIDE is absent.
2022-10-30 12:42:10 +00:00
## CONTRIBUTORS
Thanks to the people that crowdfunded the EVM tools role for Ziion OS.
>http://63dqiumxtf36fkwfavshs5aontqo4ekkc7f54uefkuhhynufbzin6jqd.onion/apps/3jJjoNDCydWNQZdaM9AfXhMqS2vF/crowdfund
2022-10-30 12:43:21 +00:00
>
2022-10-30 12:42:10 +00:00
>This is an Onion address on the private web. Use TOR to access.
2022-10-25 07:45:14 +00:00
## License
2022-10-30 12:28:09 +00:00
This project is under the MIT License.