Welcome to the Safe Deployer project! This application allows you to create a Safe smart account and submit it on chain. You can add 2nd ownership by adding another wallet addresses as owners for the Safe smart account.
On NextJS v14, safe-core-sdk
- Deploy Safe smart accounts with multiple owners
- Easily add additional wallet addresses
- Predict Safe addresses before deployment
You can access the hosted application at: Safe Smart Account Deployer
- Open the hosted application.
- Click on the "Create Safe Smart account" button.
- Enter the second wallet address in the pop-up modal.
- Submit the form to create the Safe transaction.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
- Node.js
- npm or yarn
- Clone the repository:
git clone https://github.com/MrMarciaOng/w3a-safe-deployer.git cd safe-deployer
npm install
or
yarn install
npm run dev
or
yarn dev