{"id":23642196,"url":"https://github.com/soundworklabs/spl-token-minter-sdk","last_synced_at":"2025-11-10T15:30:16.937Z","repository":{"id":244218464,"uuid":"796279597","full_name":"SoundWorkLabs/spl-token-minter-sdk","owner":"SoundWorkLabs","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-13T09:51:54.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-28T10:48:20.286Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SoundWorkLabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-05T13:36:26.000Z","updated_at":"2024-06-13T09:51:57.000Z","dependencies_parsed_at":"2024-06-13T13:52:08.027Z","dependency_job_id":null,"html_url":"https://github.com/SoundWorkLabs/spl-token-minter-sdk","commit_stats":null,"previous_names":["soundworklabs/spl-token-minter-sdk"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoundWorkLabs%2Fspl-token-minter-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoundWorkLabs%2Fspl-token-minter-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoundWorkLabs%2Fspl-token-minter-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoundWorkLabs%2Fspl-token-minter-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SoundWorkLabs","download_url":"https://codeload.github.com/SoundWorkLabs/spl-token-minter-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239581766,"owners_count":19662960,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-28T10:48:22.871Z","updated_at":"2025-11-10T15:30:16.888Z","avatar_url":"https://github.com/SoundWorkLabs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SDK\n\nTypescript SDK for interacting with our Token minting smart contract\n\n## Installation from source\n\n_NOTE_ This is an UNPUBLISHED npm package. You have to build and install it locally from this repo\n\n1. Clone the sdk repo\n\n```bash\ngit clone https://github.com/SoundWorkLabs/token-test-sdk\n```\n\n2. Build the NPM project and pack it into a distributable format\n\n```bash\nnpm run build:ts \u0026\u0026 npm pack\n```\n\n3. Install/Add the package to your project using the relative paths\n\n```bash\nnpm install \u003cPATH TO CLONED AND BUILD SDK REPO\u003e  # e.g. npm install ../token-test-sdk\n```\n\n## Usage\n\nInitialization\n\n```ts\nimport { TokenTestSDK } from \"token-test-sdk\";\n\n// provide your anchor provider and solana connection to\nconst SDK = await new TokenTestSDK(provider, connection);\n```\n\n### Available Instructions\n\n1. Create Mint details\n\n```ts\nSDK.createToken(name, uri, symbol, supply, decimals);\n```\n\n2. Revoke mint details\n\n```ts\nSDK.revoke(mint);\n```\n\n3. Mint tokens\n\n```ts\nSDK.mint(amount, mint);\n```\n\n4. transfer tokens\n\n```ts\nSDK.mint(mint, recipient, amount);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoundworklabs%2Fspl-token-minter-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoundworklabs%2Fspl-token-minter-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoundworklabs%2Fspl-token-minter-sdk/lists"}