argentlabs / argent-contracts-starknet

Argent accounts for Starknet
https://www.argent.xyz
GNU General Public License v3.0
166 stars 64 forks source link

Deploy contracts from the account #48

Closed juniset closed 2 years ago

juniset commented 2 years ago

Following Cairo 0.9 it is now possible to deploy a contract from another contract. This PR adds a method to the account to deploy a smart contract.

juniset commented 2 years ago

Deprecated as it was decided to use an external deployer contract, see https://community.starknet.io/t/universal-deployer-contract-proposal/1864/17.