Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

truffle-box/vyper-example-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vyper Example Box

This box contains a simple VyperStorage contract to show the basics of using Vyper with Truffle.

Installation

  1. Install Truffle globally. Make sure you have v5.0.0 or higher.

    npm install -g truffle
    
  2. Download the box. This also takes care of installing the necessary dependencies.

    truffle unbox vyper-example
    
  3. Run the development console.

    truffle develop
    
  4. Compile and migrate the smart contracts. Note inside the development console we don't preface commands with truffle.

    compile
    migrate
    
  5. Run the tests.

    // If inside the development console.
    test
    
    // If outside the development console..
    truffle test
    

About

Simple example box for Vyper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published