repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | // Migrations are an early feature. Currently, they're nothing more than this |
| #2 | // single deploy script that's invoked from the CLI, injecting a provider |
| #3 | // configured from the workspace's Anchor.toml. |
| #4 | |
| #5 | import * as anchor from "@coral-xyz/anchor"; |
| #6 | |
| #7 | module.exports = async function (provider: anchor.AnchorProvider) { |
| #8 | // Configure client to use the provider. |
| #9 | anchor.setProvider(provider); |
| #10 | |
| #11 | // Add your deploy script here. |
| #12 | }; |
| #13 |