Skip to content

cisc0f/hedera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

40613ec · Dec 9, 2023

History

64 Commits
Nov 21, 2022
May 24, 2022
Dec 9, 2023
Oct 28, 2022
Oct 28, 2022

Repository files navigation

!!! IMPORTANT !!! This repo is deprecated

- hedera_cisc0f -

What you will find in /src:

001_contract_create_flow

A simple example on how to create and upload a smart contract to Hedera Network using a single ContractCreateFlow() method.
Explore Now

002_nft_hscs_hts

Create, Mint, Transfer an NFT managed by a Solidity Contract. No admin key and Contract as treasury and supply.
Explore Now

003_create_ft_sdk

Simple Fungible Token creation script using Hedera SDK.
Explore Now

004_create_ft_sol

An example on how to create a Fungible Token using a Solidity Contract.
Explore Now

005_create_nft_sdk

Simple Non-Fungible Token creation script using Hedera SDK.
Explore Now

006_create_nft_sol

An example on how to create a Non-Fungible Token using a Solidity Contract.
Explore Now

007_c2a_erc

An example on how to associate and transfer a fungible token from a Contract to an Account using ERC calls
Explore Now

008_c2a_sol

An example on how to associate and transfer a fungible token from a Contract to an Account using precompile
Explore Now

009_c2a_sdk

An example on how to associate and transfer a fungible token from a Contract to an Account using SDK
Explore Now

010_a2c_erc

An example on how to associate and transfer a fungible token from an Account to a Contract using ERC calls
Explore Now

011_a2c_sol

An example on how to associate and transfer a fungible token from an Account to a Contract using precompile
Explore Now

012_a2c_sdk

An example on how to associate and transfer a fungible token from an Account to a Contract using SDK
Explore Now

013_c2c_erc

An example on how to associate and transfer a fungible token from a Contract to a Contract using ERC calls
Explore Now

014_c2c_sol

An example on how to associate and transfer a fungible token from a Contract to a Contract using precompile
Explore Now

015_c2c_sdk

An example on how to associate and transfer a fungible token from a Contract to a Contract using SDK
Explore Now

016_contract_treasury_sdk

An example on how to setup a smart contract as token treasury using js sdk
Explore Now

017_contract_treasury_sol

An example on how to setup a smart contract as token treasury using precompile
Explore Now

018_c2c_sol_c2a_erc

An example derived from 014 and 007 merged into one project.
Explore Now

019_topic_update

An example on how to update a topic.
Explore Now

020_hip_573

An example on HIP-573
Explore Now

021_hip_513

An example on HIP-513
Explore Now