Skip to content

r0gue-io/assets_precompile_contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assets Contract

A simple ink! contract that wraps the Asset Hub precompile.

What it does

This contract lets you interact with Passet Hub assets using standard ERC20 methods like totalSupply(), balanceOf(), and transfer().

Setup

  1. Install cargo-contract from master:
cargo install --git https://github.com/use-ink/cargo-contract cargo-contract --force
  1. Build the contract:
cargo contract build --release

Deploy

Follow the ink! docs to deploy on Passet Hub.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages