DN404 Factory is a set of contracts built for the DN404 implementation that enables anyone to deploy their own DN404 contracts.
The Solidity smart contracts are located in the src
directory.
src
├─ DN404Factory — "Factory contract for DN404"
├─ DN404Cloneable — "Cloneable contract for DN404"
Feel free to make a pull request.
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.
While DN404Factory and DN404Cloneable has been heavily tested, there may be parts that exhibit unexpected emergent behavior when used with other code, or break in future Solidity versions.
Please always include your own thorough tests when using DN404Factory and DN404Cloneable to make sure it works correctly with your code.
Please call any required internal initialization methods accordingly.
This repository is inspired by various sources: