Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ciety-xyz/omnuum-contracts

Omnuum. All about creators.
https://github.com/ciety-xyz/omnuum-contracts

blockchain creator nft

Last synced: about 2 months ago
JSON representation

Omnuum. All about creators.

Awesome Lists containing this project

README

        

## Summary

There are a lot of NFT projects and PFP projects. But, there are limited tools and services for trying new project. Artists or creator whoever want to launch a new project needs several resources. FE developer, BE developer, DApp Developer, Artists, NFT image maker etc. To lowering entry barrier and encourage NFT projects for everyone, we are building those tools.

Core contracts are NFT and several supportive contracts. NFT contract is based on ERC1155 with little changes. These are similar to previous NFT, PFP projects except reusability. Our goal is to build tool, so NFT contracts have to be deployed multiple times for each projects. This repository is our efforts to reach that goal.

## Project Setting

```shell
npm install
```

## Testing

- Test commands

```shell
npx hardhat node
npx hardhat test
```
- Code Coverage
```shell
npx hardhat coverage --network hardhat
```

## References

- [Omnuum.io](https://omnuum.io/)
- [Docs](https://www.omnuum.page/)