near-daos / sputnik-dao-contract

Smart contracts for https://app.astrodao.com
https://astrodao.com/
MIT License
107 stars 79 forks source link

near deploy linktown-sputnik.testnet --wasmFile=res/sputnikdao_factory2.wasm #203

Open Dev-JunYoung opened 1 year ago

Dev-JunYoung commented 1 year ago

near deploy linktown - sputnik.How do I call the contract in sputnikdao2 when I just did testnet --wasmFile=res/sputnikdao_factory2.wasm?

Dev-JunYoung commented 1 year ago

I found it const DAO_Contract_INITIAL_CODE: &[u8] = include_bytes!("../../sputnikdao2/res/sputnikdao2.wasm");. Can you tell me why you implemented it like this?