Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sweetmantech/music-nft-factory-smart-contracts
HYPERSTRUCTURE: music nft factory for smart contract creation.
https://github.com/sweetmantech/music-nft-factory-smart-contracts
Last synced: about 13 hours ago
JSON representation
HYPERSTRUCTURE: music nft factory for smart contract creation.
- Host: GitHub
- URL: https://github.com/sweetmantech/music-nft-factory-smart-contracts
- Owner: SweetmanTech
- Created: 2022-07-31T21:36:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-02T00:20:31.000Z (over 2 years ago)
- Last Synced: 2023-03-06T03:18:56.393Z (over 1 year ago)
- Language: JavaScript
- Size: 210 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NFT Factory
- `createMusicNft` use this to create a unique ERC721 smart contract.
- Factory creates standard ERC721 contract with `public mint()` method.## Verified Factory Deployments
- `Mumbai Testnet` - [0x4134fd593560Be3E5d52FCA6abe261166Ee2a7e1](https://mumbai.polygonscan.com/address/0x4134fd593560Be3E5d52FCA6abe261166Ee2a7e1#code)
## Verified Implementation Deployments
- `Mumbai Testnet` - [0xedb55471c211c757a2f46f59ac598c7f10223d42](https://mumbai.polygonscan.com/address/0xedb55471c211c757a2f46f59ac598c7f10223d42#code)
## Safety
```diff
- WARNING: these contracts are unaudited
```This is **experimental software** and is provided on an "as is" and "as available" basis.
We **do not give any warranties** and **will not be liable for any loss** incurred through any use of this codebase.