Skip to content

meowyx/rad-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample ERC1155 Project

Created a simple ERC1155 smart contract for managing multiple tokens. The ERC1155 standard is great for creating fungible and non-fungible tokens, and the contract allows for efficient batch transfers as well. Overall, it's a versatile and powerful solution for managing various token types within a single contract.

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat ignition deploy ./ignition/modules/Lock.js

About

A simple 1155 smart contract with hardhat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors