ceramic网络
ceramic网络
公开网络
私有网络
enum Networks {
MAINNET = 'mainnet', // The prod public network
TESTNET_CLAY = 'testnet-clay', // Should act like mainnet to test apps
DEV_UNSTABLE = 'dev-unstable', // May diverge from mainnet to test Ceramic
LOCAL = 'local', // local development and testing
INMEMORY = 'inmemory', // local development and testing
}Last updated