Skip to content

gopiinho/atomix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atomix

Atomix is a minimal smart contract library focused on providing the bare minimum implementations of popular Ethereum standards.
No extra features, no unnecessary complexity — just the pure essentials.

📦 Contracts

auth
├─ Ownable"Ownable contract with single owner authorization."
tokens
├─ ERC20 - "Minimal ERC20 implementation compliant with ERC-20 Token Standard."
├─ ERC721 - "Minimal ERC721 implementation compliant with Non-Fungible Token Standard."
├─ WETH - "Minimal WETH implementation."
utils
├─ Pausable - "Contract that has capabilities to pause functions during emergencies."
├─ ReenterancyGuard - "Contract to prevent funtions being reentered before its execution finishes."

(More coming soon.)

🚀 Installation

To install with Foundry:

forge install gopiinho/atomix

or clone manually:

git clone https://github.com/gopiinho/atomix.git

📜 License

MIT License. Free to use, modify, and build on.

About

Minimal and secure smart contract library of popular Ethereum standards.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors