🐍 Welcome to my Moccasin ERC20 snektoken project!
- Build a ERC20 Snektoken.
- 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.
-
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
- Once install follow the next steps:
-
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
-
- uv's documentation is available at docs.astral.sh/uv.
- Additionally, the command line reference documentation can be viewed with uv help.
- Deploy to a fake local network that titanoboa automatically spins up!
mox run deploy- Run tests
mox test
For documentation, please run mox --help or visit the Moccasin documentation
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.