@entangle-labs/uts-contracts
v1.0.0
Published
UTS smart contracts
Readme
UTS Smart contracts repository
Table of Contents
- General information
- Installation, build and test
- Build an Omichain Token
- Changelog
- Contributing
- Code of conduct
- License
- Security
General information
A comprehensive suite of tools designed for the creation of new tokens that seamlessly function across both EVM-compatible and non-EVM blockchain networks, such as Solana, TON, and beyond. At its core is the Universal Token Standard (UTS), a cutting-edge token standard that not only facilitates the launch of new omni-compatible tokens but also empowers the transformation of existing assets—including ERC20 and ERC721 tokens—into fully omni-transferable formats. This ensures unparalleled interoperability, opening the door to a truly interconnected blockchain ecosystem.
Installation, build and test
npm i && npx hardhat test
or
bun install && bun hardhat test
Suggested setup for npm usage: npm 10.8.2 node 22.7.0
Build an Omichain Token
With UTS, developers gain the ability to create powerful omnichain clusters that effortlessly interact across a diverse range of blockchains.
To design a custom omnichain token, you can explore our documentation for detailed guidance or use our intuitive web interface to complete the process in just a few clicks.
If you're starting from scratch, our Quickstart section is your go-to resource, enabling you to launch your token in under 30 minutes.
Additionally, we offer a collection of ready-made showcases tailored to various use cases. If one aligns with your requirements, you can leverage it directly. Full details can be found in the Showcase section of the documentation.