v0.2.0 (wider beta)
-
Create a contract deployer to take payments directly through the app
Designed the functionality with access control
Implemented upgradeability features and price updates
tested
Created a deployment script
-
Offer the possibility to go directly to the login page from landing
-
Implement the frontend to deploy the contract through the UI
-
Prompt users when deploying a token to book a consultation
-
Add pricing to the landing page
-
Add a prompt for users if connected to an unsupported network
An alert pops up if originally signed into an unsupported network
Disable the deploy button if network is unsupported
-
Backend endpoints to query contract data
Contract bytecode info query
New smart contract table will allow us to expand our contracts offering system into the future easier
-
Implemented Dependency Injection on the handler functions of the backend to improve testability
-
Use localstorage to maintain form information on page refresh in create token page
What's Changed
- Feature/ch34 allow for withdrawals by @javier123454321 in #3
- Buy coin [ch26]: add preview amount for tokens to deploy by @javier123454321 in #4
- Feature/ch26 buy coin by @javier123454321 in #5
- Dao global vested token by @javier123454321 in #7
- Clean up contract imports and uncomment creator token test by @selvindev in #8
- Feature/#13 erc20 timed mint by @javier123454321 in #14
- Feature/#12 simple token by @javier123454321 in #16
- remove unfinished tokens by @javier123454321 in #17
- Feature/#15 airdrop verification by @javier123454321 in #19
- Feature/#20 airdrop liquidity by @javier123454321 in #21
- Feature/#13 erc20 timed mint by @Marrmee in #18
- Staging by @javier123454321 in #26
- #25/timed mint token implementation by @javier123454321 in #27
- Staging - token cap implementation in ERC20TimedMint by @Marrmee in #28
- Staging by @javier123454321 in #30
- Staging by @javier123454321 in #31
- Staging by @javier123454321 in #34
- Add MIT license to contracts by @javier123454321 in #35
- Feature/#22 contract factory by @javier123454321 in #33
- Deploy 0.2.0 by @javier123454321 in #37
New Contributors
- @javier123454321 made their first contribution in #3
- @selvindev made their first contribution in #8
- @Marrmee made their first contribution in #18
Full Changelog: https://github.com/ValorizeDAO/valorize_contracts/commits/v0.2.0