OWNiverse is designed to bridge the gap between everyday users and the world of Web3, allowing anyone to easily create and own their own token or project. Our platform makes blockchain innovation accessible to everyone by enabling payments through local banking systems, offering a familiar and convenient process for users.
Stars
19
Forks
0
Watchers
19
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
52
commits
7
commits
fix: corrected the order of pause and rename flags in DeployToken initialization
1ce8d26View on GitHubfeat: implemented updateTokenDetails function to allow editing token name and symbol
f43a13fView on GitHubfeat: added pause and unpause functionality for token management
92c3181View on GitHubfeat: added gasLimit to the mintTokens function to improve transaction reliability
8879271View on GitHubfeat: update deployToken.js to include pausable and renameable features during token initialization
d2ecee2View on GitHubstyle: add styling for .action-button with hover and active state indication
01dec68View on GitHubfeat: add checkbox for 'Editable Name and Symbol' feature in token creation form
733399aView on GitHubrefactor: update burn button to use MetaMask function in index.html
5ac4c6dView on GitHubfeat: implement burn function with MetaMask integration in app.js
299dbf2View on GitHubfeat: add checks for mintable and pausable features in token contract
1c3f77fView on GitHubrefactor: Migrate mint, burn, and update token endpoints to client-side
6d29da4View on GitHub