What it does
A token factory to output and deploy ERC20 / ERC721 tokens from OpenZeppelin templates on Aurora networks (mainnet+testnet)
How we built it
I built a front end hosted serverlessly with react framework and ethers.js library, and a node.js back end hosted serverfully with solc.js library that acts as a compiler with API. Frontend collected the user input and send to backend, backend compiled and sent back the ABI and Bytecode to frontend, which the frontend deployed with injected wallets.
Challenges we ran into
Computation resources limit serverless application, which needed to separate the compilation from the front end. Solc.js library also requires the contracts to be flattened.
Accomplishments that we're proud of
It works!
What we learned
Web3, smart contract lifecycle, react in general
What's next for Aurora Token Factory
Better UI - currently it is minimal
Built With
- ethers.js
- hardhat
- javascript
- react
- solc.js


Log in or sign up for Devpost to join the conversation.