Skip to content

Commit

Permalink
Backend for DAO (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
tupui authored Dec 2, 2024
1 parent 7145006 commit b94cc43
Show file tree
Hide file tree
Showing 11 changed files with 1,061 additions and 326 deletions.
127 changes: 64 additions & 63 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,14 @@ contract_build-release: contract_build
@ls -l target/wasm32-unknown-unknown/release/*.wasm


contract_bindings: contract_build-release
contract_bindings: contract_build-release ## Create bindings
stellar contract bindings typescript \
--network $(network) \
--contract-id $(shell cat .soroban/soroban_versioning_id) \
--wasm target/wasm32-unknown-unknown/release/versioning.wasm \
--output-dir dapp/packages/soroban_versioning \
--overwrite && \
cd packages/soroban_versioning && \
cd dapp/packages/soroban_versioning && \
bun run build

contract_deploy: ## Deploy Soroban contract to testnet
Expand Down
Loading

0 comments on commit b94cc43

Please sign in to comment.