Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.53 KB

File metadata and controls

55 lines (35 loc) · 1.53 KB

Moccasin Project

🐍 Welcome to my Moccasin ERC20 snektoken project!

Build a ERC20 Token

  1. Build a ERC20 Snektoken.

Installation

- If you have an issue to run it, install virtual environment uv.
- uv, is an extremely fast Python package and project manager, written in Rust.        
  • On macOS and Linux:

    curl -LsSf https://astral.sh/uv/install.sh | sh

    • Once install follow the next steps:
      • 1 uv venv
      • 2 uv sync
      • 3 source .venv/bin/activate
  • On Windows:

    powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

  • Documentation:

    • uv's documentation is available at docs.astral.sh/uv.
    • Additionally, the command line reference documentation can be viewed with uv help.

Quickstart

  1. Deploy to a fake local network that titanoboa automatically spins up!
mox run deploy
  1. Run tests
mox test

For documentation, please run mox --help or visit the Moccasin documentation

License

uv is licensed under either of

- Apache License, Version 2.0, (LICENSE-APACHE or 
  https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in uv by you, as defined in the Apache-2.0 license, shall be dually licensed as above, without any additional terms or conditions.