The API of sorobix has migrated to a newer rust version named sorobix-api-rs
Online IDE to compile, deploy, and invoke Soroban Smart Contracts on-the-fly on the Stellar network
Sorobix provides the user an IDE on the cloud freely accessible to access and interact with the Smart Contracts on Soroban. We provide in-house support for
- Account Creation on FutureNet
- Faucet Money Deposits via FriendBot
- Compiling Rust smart contracts on the web
- Deploying these smart contracts on the Futurenet
- Invoking existing deployed smart contracts using their Contract ID
We beleive this will take the Soroban Smart Contracts to new horizons as the community can now try out Soroban on-to-go with 0 local setup! With endless possibilites of integrating this in the existing ecosystem, for example, integrating these with our official Soroban documentation, and many more, we aim to take Sorobix and Soroban hand-in-hand to newer heights!
- Python
- Shell
- Flask
- FutureNet
- Soroban Tools
- Clone this repo using
git clone https://github.com/sorobix/sorobix-api
- Make sure you have docker and rust toolchain installed
- Build the docker image:
docker build . -t sorobix-api
- Run the docker image:
docker run -p 3001:3001 sorobix-api:latest
Licensed under MIT License : https://opensource.org/licenses/MIT
Made with ❤ by Team Gavakshi