Skip to content

fetchai/jenesis-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Jenesis contract templates

To use these contract templates:

  1. Install Jenesis:
pip install jenesis
  1. Create a project:
jenesis new my_project
  1. Add the contract
jenesis add contract <template_name> my_contract

Currently available templates:

  • starter: a bare-bones contract that sets and increments a counter
  • token: a fungible token contract (Cosmwasm cw20-base)
  • proxy: a basic proxy contract (Cosmwasm cw1-subkeys)
  • multisig: a fixed multisig contract (Cosmwasm cw3-fixed-multisig)
  • nft: a general token contract supporting nfts (Cosmwasm cw1155-base)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published