Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.
/ mamba Public archive

A framework for developing smart contracts in Vyper.

License

Notifications You must be signed in to change notification settings

arjunaskykok/mamba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mamba

Mamba is a framework to write, compile, and deploy smart contracts written in Vyper language and Solidity language. On top of that, it has supports for writing and testing decentralized applications using Web3.py and Pytest.

Dependencies

Installation

You can install the latest release via pip:

$ pip install black-mamba

To use Solidity, you must install solc compiler separately.

Quick Usage

To set up the the structure of Mamba project directory:

$ mamba init
$ edit contracts/HelloWorld.vy
$ mamba compile

Documentation

Mamba documentation can be found at Mamba website.

Contributing

I invite you to join Mamba squad! You can contribute to Mamba by writing documentation, finding bugs, and creating pull requests.

About

A framework for developing smart contracts in Vyper.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published