Skip to content

WardrobeAI/SnakePedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐍📚 SnakePedia

SnakePedia is a collection of Vyper code that are useful for daily jobs as a Vyper software engineer.

For example: ERC721Metadata.

In the future, there will be sample code like Ducth Auction, simple AMM, timelock controller, etc.

Dependencies

Installation

Just clone this project. Then create a virtual environment. Finally, install the dependencies using pip.

git clone https://github.com/artpedia-io/SnakePedia
cd SnakePedia
python3.9 -m venv env
source env/bin/activate
pip install -r requirement.txt

You can take a look at the smart contract code at the contracts folder. Just take what you need. The test code is in the tests folder.

To compile the code:

brownie compile

To test the code:

brownie test

Contributing

Help is always appreciated! Feel free to open an issue if you find a problem, or a pull request if you've solved an issue.

License

This project is licensed under the MIT license.

Releases

No releases published

Packages

No packages published

Languages