Skip to content

Latest commit

 

History

History
112 lines (84 loc) · 3.19 KB

README.md

File metadata and controls

112 lines (84 loc) · 3.19 KB

Banner

EVM Toolkit

A frontend based on Svelte, which allows faucet requests and withdraws of the users assets over the JSON RPC of Wasp. In combination with Metamask the users can access and handle their funds.

Report Bug · Request Feature

Table of Contents
  1. Built With
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

(back to top)

Built With

(back to top)

Getting Started

Prerequisites

  • Docker

Installation

  1. Clone the repo
    git clone https://github.com/iotaledger/evm-toolkit.git
  2. Build image
    docker build -t evm-toolkit .
  3. Run toolkit
    docker run -p 127.0.0.1:8080:80 evm-toolkit

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the Apache License. See LICENSE for more information.

(back to top)