Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 680 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 680 Bytes

IC-SFT

A SFT (Semi-Fungible Token, implemented ICRC-7 and ICRC-37) canister smart contract on the Internet Computer.

Running the project locally

If you want to test your project locally, you can use the following commands:

# Starts the replica
dfx start

# Deploys your canisters to the replica and generates your candid interface
dfx deploy --argument '(record {symbol="SFT"; name="Semi-Fungible Token";})' ic_sft_canister

Once the job completes, your application will be available at http://localhost:4943?canisterId={asset_canister_id}.