Go to file
Bryan Black 89b88e0b7d Merge branch 'main' into 'main'
Update README.md

See merge request shopglue/ziion-tools!3
2023-01-31 11:44:58 +00:00
ansible add geth 2022-10-30 05:58:16 -07:00
.gitignore ignore 2022-10-27 22:02:20 -07:00
CONTRIBUTING.md add brownie, solcjs, solc-select, bashrc vars, pip3, py3-venv, operating system user var 2022-10-28 01:24:14 -07:00
LICENSE Add LICENSE 2022-10-25 07:45:46 +00:00
README.md Update README.md 2023-01-31 11:42:08 +00:00

README.md

Ziion Tools

Description

Build your own EVM tools for Ubuntu.

Progress 👷‍♂️

Initialization

git clone https://gitlab.com/shopglue/ziion-tools.git
cd ziion-tools/ansible
ansible-galaxy install -r roles/requirements.yml

Requirements

  • Ansible
  • Ubuntu 20.04 Desktop target

Role Variables

File: plays/evm-tools.yml

  vars:    
    ziionos_user: ziion
    bash_line: "export PATH=$PATH:$HOME/.local/bin"   # pipx support for user install
    bash_line_state: present
    docker_users: ziion

Galaxy Dependencies

- community.docker
- src: geerlingguy.docker
  name: geerlingguy.docker

Example Playbook

---
- 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

Known Issues

CONTRIBUTORS

Thanks to the people that crowdfunded the EVM tools role for Ziion OS.

http://xxxxxxxxxxxx.onion/apps/xxxxxxx/crowdfund

This is an Onion address on the private web. Use TOR to access.


Bryan Black

📖

License

This project is under the MIT License.