solana-suite

To develop Solana applications easily, even for beginners

MIT License

Downloads
1.9K
Stars
29
Committers
1

Bot releases are visible (Hide)

solana-suite - v0.7.21 Latest Release

Published by fukaoi about 2 months ago

What's Changed

Add a 'bucket' parameter for the Filebase setting

usage.

$ pnpm solana-suite-config -f 9CA51CEFF9FF98CB9 s2NdFGbLPyFDSWESaO05nobQ9mp MyStorage
solana-suite - v0.7.20

Published by fukaoi 3 months ago

What's Changed

Full Changelog: https://github.com/fukaoi/solana-suite/compare/v0.7.19...v0.7.20

Changelog Filebase

  • f you are using a custom account, please log in to the Filebase Console and manually set up the bucket. The bucket name is solana-suite.

  • cors policy example json

{
  "CORSRules": [
    {
      "AllowedHeaders": [
        "*"
      ],
      "AllowedMethods": [
        "GET",
        "PUT",
        "POST",
        "DELETE",
        "HEAD"
      ],
      "AllowedOrigins": [
        "*"
      ],
      "ExposeHeaders": [
        "x-amz-request-id",
        "x-amz-meta-cid",
        "x-amz-meta-custom-header"
      ],
      "MaxAgeSeconds": 3000
    }
  ]
}
solana-suite - v0.7.19

Published by fukaoi 3 months ago

solana-suite - v0.7.18

Published by fukaoi 4 months ago

What's Changed

  • Replace nft.storage to filebase
  • Deprecated @solana-suite/memo package

Replace nft.storage to filebase

filebase url: https://filebase.com/
Filebase offers low-cost storage for NFTs and its gateway is highly responsive.

In the dev (devnet) environment, the default key and secret can be used. However, in the prd (mainnet-beta) environment, please create a Firebase account and obtain your own key and secret.

How to use filebase ?

  • This setting is only prd(mainnet-beta)

Create a Filebase account and copy the key and secret from the Dashboard for future use.

and setup solana-suite-config in terminal (CLI)

pnpm(npx) solana-suite-config -f 'key' 'secret'

Important

  • In the devnet environment, we are using Filebase's free plan. Therefore, we will periodically delete uploaded content, and old data will no longer be accessible.
solana-suite - v0.7.17

Published by fukaoi 4 months ago

solana-suite - v0.7.15

Published by fukaoi 4 months ago

solana-suite - v0.7.14

Published by fukaoi 4 months ago

solana-suite - v0.7.13

Published by fukaoi 7 months ago

What's Changed

Full Changelog: https://github.com/fukaoi/solana-suite/compare/v0.7.12...v0.7.13

solana-suite - v0.7.12

Published by fukaoi 7 months ago

Full Changelog: https://github.com/fukaoi/solana-suite/compare/v0.7.11...v0.7.12

The request is mainly about modifications using PartialSign for gas-less transactions.

solana-suite - v0.7.11

Published by fukaoi 7 months ago

What's Changed

The main change is the optimization of compute units.

Full Changelog: https://github.com/fukaoi/solana-suite/compare/v0.7.10...v0.7.11

solana-suite - v0.7.10

Published by fukaoi 7 months ago

solana-suite - v0.7.9

Published by fukaoi 7 months ago

What's Changed

Full Changelog: https://github.com/fukaoi/solana-suite/compare/v0.7.8...v0.7.9

solana-suite - v0.7.8

Published by fukaoi 7 months ago

What's Changed

Full Changelog: https://github.com/fukaoi/solana-suite/compare/v0.7.7...v0.7.8

solana-suite - v0.7.7

Published by fukaoi 8 months ago

solana-suite - v0.7.6

Published by fukaoi 8 months ago

solana-suite - v0.7.5

Published by fukaoi 8 months ago

solana-suite - v0.7.4

Published by fukaoi 8 months ago

What's Changed

Full Changelog: https://github.com/atonoy/solana-suite/compare/v0.7.3...v0.7.4

solana-suite - v0.7.3

Published by fukaoi 9 months ago

What's Changed

Full Changelog: https://github.com/atonoy/solana-suite/compare/v0.7.2...v0.7.3

Added utility modules (@solana-suite/utils)

import { Account, Node, Pubkey } from '@solana-suite/utils';
solana-suite - v0.7.2

Published by fukaoi 10 months ago

What's Changed

minor version

Full Changelog: https://github.com/atonoy/solana-suite/compare/v0.7.1...v0.7.2

solana-suite - v0.7.1

Published by fukaoi 10 months ago

What's Changed

Full Changelog: https://github.com/atonoy/solana-suite/compare/v0.7.0...v0.7.1

Package Rankings
Top 8.38% on Npmjs.org
Badges
Extracted from project README
npm version code-style-prettier