Skip to content

antazoey/ape-demo-project

Repository files navigation

Ape Demo Project

This is a project that exists for demo-ing and manually testing ape.

WARNING: This repo currently uses features in ape that still in development

Installation

First, clone this repo and change your working directory.

git clone git@github.com:unparalleled-js/ape-demo-project.git
cd ape-demo-project

Install the project's requirements:

pip install -r requirements-dev.txt 

Now, ape should be installed and we can use it to install the required plugins.

ape plugins install

Contents

This project contains:

  1. contracts
  2. scripts
  3. tests

Contracts

To compile the contracts, do:

ape compile

This creates a .build/ directory.

Tests

To run the tests, do

ape test

Scripts

Scripts are in the scripts/ directory.

Deploy

To deploy the Fund.sol contract, run:

ape run deploy

About

A demo project built on ape.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published