Skip to content

A command line tool for Vyper smart contract development

Notifications You must be signed in to change notification settings

andcri/naja-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NAJA-CLI

Naja is a command line tool that helps you set up a workspace for your vyper projects and compile and generate ready to use json files for your contracts. It will soon support automatic contract deployment python script creation and vyper contract testing.

INSTALLATION

You can install the latest release using pip:

pip install naja-cli==0.6

USAGE

naja init => will set up a workspace in the current location
naja init --path => will set up a workspace in the specified path

naja compile => compile all the contracts in the Contracts folder
naja compile --contract => compile the specified contract in the Contract folder

About

A command line tool for Vyper smart contract development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages