Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contract Deployment

Compile soroban contract

soroban contract build

Get pool contract wasm hash

soroban contract install --wasm target/wasm32-unknown-unknown/release/pool.wasm --source alice(identity account name) --network futurenet

Note: Above command returns wasm hash replace that hash into factory contract (in to create_pool method )

Deploy factory contract

soroban contract deploy --wasm target/wasm32-unknown-unknown/release/factory.wasm --source alice --network futurenet

Note: Above command returns factory contract address replace that factory contract address with factory contract address of frontend default factory contract address

About

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages