Build On GCASH

For builders

How to migrate or deploy projects depending on whether you are coming from Trashnet or Solana.

Docs

For builders

How to migrate or deploy projects depending on whether you are coming from Trashnet or Solana.

Coming from Trashnet

If you built before the fork, migration should be simple. Your project already targets the same chain environment. In most cases, you only need to replace your old RPC URL with the Gorbagana Cash community RPC.

https://community-rpc.trashscan.io

Coming from Solana

01

Bridge tokens

Bridge a small amount of tokens from Solana to Gorbagana Cash so you can pay for transactions and deployments.

02

Point Solana CLI to GCASH

Configure your Solana CLI to use the Gorbagana Cash RPC endpoint instead of a Solana RPC endpoint.

solana config set --url https://community-rpc.trashscan.io
solana config get
03

Deploy programs

Deploy your existing Solana programs with the CLI. Rust, Anchor, or any compatible Solana program workflow should feel familiar.

solana program deploy ./target/deploy/your_program.so

# Anchor example
anchor deploy --provider.cluster https://community-rpc.trashscan.io
04

Update your dApp RPCs

In your frontend, backend, indexer, or scripts, use Gorbagana Cash RPC endpoints for reads and writes.

Gorbagana Cash RPC

Use this RPC everywhere your Solana app expects a cluster URL.

https://community-rpc.trashscan.io