Skip to content

burnt-labs/contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XION Contracts (Move)

Smart contract implementations for XION blockchain.

Contract Registry Notice

The XION deployed contracts registry has been moved to a dedicated repository:

🔗 burnt-labs/deployed-contract-listings

The new repository provides:

Please update your bookmarks and references to use the new location.

About This Repository

This repository contains the source code for smart contracts that can be deployed on XION, including:

Contracts

  • Account: MetaAccount implementation
  • Treasury: Treasury management contract
  • User Map: User mapping functionality

Compiling

To compile the contracts, use the CosmWasm optimizer:

docker run --rm -v "$(pwd)":/code \
  --mount type=volume,source="$(basename "$(pwd)")_cache",target=/target \
  --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
  cosmwasm/optimizer:0.16.1

Development

For contract development and deployment information, please refer to the individual contract directories.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages