Search found 2 matches
- Sun Mar 15, 2026 1:48 am
- Forum: Solana Development
- Topic: Offline signing on solana online rpc submission
- Replies: 0
- Views: 148
Offline signing on solana online rpc submission
Prepare online a signature that remains live for 60-90 seconds: prepare.sh (online) RPC_URL="https://api.devnet.solana.com" BLOCKHASH=$(curl -s -X POST $RPC_URL -H "Content-Type: application/json" -d '{ "jsonrpc": "2.0", "id": 1, "method": ...
- Sat Mar 14, 2026 5:56 am
- Forum: Evernode Developing
- Topic: openclaw on evernode
- Replies: 0
- Views: 111
openclaw on evernode
I have fixed an installer script for openclaw on evernode, save all these files in the same project folder and use npm i to install node modules. docker: everclaw/everclaw:latest Visit install page on userport, after installation you can visit the gptcp1 port as it has an index landing page. This is...