Skip to main content
BETA
HomeIntegration BuilderAPI ReferenceGuidesChangelog
View Mirror World on Github
Join the Discord server

Language:

set_apikey

Sets the API key of your project to the SDK instance. This can be acquired from the Mirror World Developer Dashboard.


use mirrorworld_sdk_rust::{ set_apikey };
fn main() {
// set global apikey
set_apikey("SUPER_SECRET_API_KEY");
}

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog