{"id":19517606,"url":"https://github.com/jasmcaus/calabi-stellar","last_synced_at":"2026-06-11T06:32:00.459Z","repository":{"id":199427533,"uuid":"693946215","full_name":"jasmcaus/calabi-stellar","owner":"jasmcaus","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-22T07:40:37.000Z","size":18668,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"dev","last_synced_at":"2025-01-08T12:45:50.802Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jasmcaus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-20T03:00:47.000Z","updated_at":"2023-10-09T09:18:58.000Z","dependencies_parsed_at":"2023-10-16T06:56:34.935Z","dependency_job_id":"4d797047-cb91-432c-9094-42299d8c54c4","html_url":"https://github.com/jasmcaus/calabi-stellar","commit_stats":null,"previous_names":["jasmcaus/calabi-stellar"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasmcaus%2Fcalabi-stellar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasmcaus%2Fcalabi-stellar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasmcaus%2Fcalabi-stellar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasmcaus%2Fcalabi-stellar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jasmcaus","download_url":"https://codeload.github.com/jasmcaus/calabi-stellar/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240766612,"owners_count":19854119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T00:05:22.854Z","updated_at":"2025-02-26T00:12:39.200Z","avatar_url":"https://github.com/jasmcaus.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Delta\n\n# Soroban Stuff\n\nPublic key: `GAIM4S6HDNGDW4R7452E3SGOSZ3UOAXXGHXEILCDRS4U7KZHRQAMJVOZ`\n\n```\nLocal deployments:\nAsset: CC7Q7J4MJDEAXNSIWKGZZLTGM5J7SQ23V4LGLU5WOWVV4B7HYM7CGWKW\n\nFuturenet deployments:\nContract: CDXJNGQNV66Q2DXAGBUSGWGFV6YKZU4EGDY4ZBRZHFTKMPMMQHTNWWFE\n```\n\n```bash\nsudo apt-get update \u0026\u0026 sudo apt-get install ffmpeg libsm6 libxext6  -y\n\nrustup target add wasm32-unknown-unknown\ncargo install --locked --version 20.0.0-rc2 soroban-cli --features opt\necho \"source \u003c(soroban completion --shell bash)\" \u003e\u003e ~/.bashrc\n\ncargo new --lib contracts\n\nsoroban config network add testnet --rpc-url https://soroban-testnet.stellar.org:443 --network-passphrase \"Test SDF Network ; September 2015\"\nsoroban config identity generate alice\n\n# Build\nsoroban contract build \u0026\u0026 soroban contract optimize --wasm target/wasm32-unknown-unknown/release/contracts.wasm\n\n# Deploy\nsoroban contract deploy --wasm target/wasm32-unknown-unknown/release/contracts.optimized.wasm --source alice --network testnet \u003e ../contractId\n\n# Invoke on Local testnet\nsoroban contract invoke --wasm target/wasm32-unknown-unknown/release/contracts.wasm --id 1 -- hello --to friend\n\n# Invoke on Futurenet\nsoroban contract invoke --id $(cat ../.contractId) --source alice --network testnet -- hello --to RPC\n\n---\n\n# Frontend\ncargo install_soroban\nchmod +x soroban\n\nsoroban contract bindings typescript --network testnet --contract-id $(cat contracts/.soroban/hello-id) --output-dir amorphous-soroban-client\n```\n\n\n```\nDeployments:\n- Token: CCA4MRQO4N6RYK7IJIOMYLREA3AJNXTRJTVT2ETML2MGDGTU3322OROK\n\n```\n\n```md\nToken deployments:\nmake optimize\nsoroban contract deploy --wasm contracts/target/wasm32-unknown-unknown/release/token.optimized.wasm --source alice\n\n# Initialize\nsoroban contract invoke --wasm contracts/target/wasm32-unknown-unknown/release/token.wasm --id 1 -- initialize --admin GAIM4S6HDNGDW4R7452E3SGOSZ3UOAXXGHXEILCDRS4U7KZHRQAMJVOZ --decimal 6 --name \"USDT\" --symbol \"USDT\"\n\n# Mint\nsoroban contract invoke --wasm contracts/target/wasm32-unknown-unknown/release/token.wasm --id 2 -- mint --to GBLPQPPE7B5DFNNR5FKIVIXJCRZUEBNRHMNHCLZZYNZV7DP6WZUS2LED --amount \"5\"\n```\n\n\n# Astro Starter Kit: Basics\n\n```sh\nnpm create astro@latest -- --template basics\n```\n\n[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/basics)\n[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/basics)\n[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/basics/devcontainer.json)\n\n\u003e 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!\n\n![just-the-basics](https://github.com/withastro/astro/assets/2244813/a0a5533c-a856-4198-8470-2d67b1d7c554)\n\n## 🚀 Project Structure\n\nInside of your Astro project, you'll see the following folders and files:\n\n```text\n/\n├── public/\n│   └── favicon.svg\n├── src/\n│   ├── components/\n│   │   └── Card.astro\n│   ├── layouts/\n│   │   └── Layout.astro\n│   └── pages/\n│       └── index.astro\n└── package.json\n```\n\nAstro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.\n\nThere's nothing special about `src/components/`, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.\n\nAny static assets, like images, can be placed in the `public/` directory.\n\n## 🧞 Commands\n\nAll commands are run from the root of the project, from a terminal:\n\n| Command                   | Action                                           |\n| :------------------------ | :----------------------------------------------- |\n| `npm install`             | Installs dependencies                            |\n| `npm run dev`             | Starts local dev server at `localhost:4321`      |\n| `npm run build`           | Build your production site to `./dist/`          |\n| `npm run preview`         | Preview your build locally, before deploying     |\n| `npm run astro ...`       | Run CLI commands like `astro add`, `astro check` |\n| `npm run astro -- --help` | Get help using the Astro CLI                     |\n\n## 👀 Want to learn more?\n\nFeel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasmcaus%2Fcalabi-stellar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasmcaus%2Fcalabi-stellar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasmcaus%2Fcalabi-stellar/lists"}