SoproX
Searchβ¦
What is SoproX π€¨
π
Getting started
Installation
Getting Started
Usage
Updating to New Releases
π€
Development
Folder Structure
Solana Rust-based program
Rust Types in Javascript - SoproxABI
Available Scripts
π
Plug and Play
Overview
Hello World
SRC20
SRC721
Multisig Wallet
π
Education
Prerequisite
πΎ
Advanced Usage
Custom Template
Cooperate with βοΈ ReactJS
π
Support
Issues
Private Consultant
Donate π§§
Powered By
GitBook
Available Scripts
All scripts is available to see in package.json
Devnet
1
# Install devnet
2
npm run localnet:update
3
β
4
# Start devnet
5
npm run localnet:up
6
β
7
# Stream logs
8
npm run localnet:logs
9
β
10
# Stop devnet
11
npm run localnet:down
Copied!
Client application
1
# Install dependencies
2
npm install
3
β
4
# Start client
5
npm start
Copied!
On-chain program
1
# Build program
2
npm run build
3
β
4
# Deploy program to devnet
5
npm run deploy
6
β
7
# Clean store
8
npm run clean
9
β
10
# Test program (still in labs π§ͺ)
11
npm test
Copied!
β
Development - Previous
Rust Types in Javascript - SoproxABI
Next - Plug and Play
Overview
Last modified
1yr ago
Copy link
Contents
Devnet
Client application
On-chain program