0.2.1 • Published 1 year ago

@safecoin/safe-memo v0.2.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

@solana/safe-memo

A TypeScript library for interacting with the SPL Memo program.

Links

Install

npm install --save @solana/safe-memo @safecoin/web3.js

OR

yarn add @solana/safe-memo @safecoin/web3.js

Build from Source

  1. Prerequisites
  • Node 16+
  • NPM 8+
  1. Clone the project:
git clone https://github.com/fair-exchange/safecoin-program-library.git
  1. Navigate to the library:
cd safecoin-program-library/memo/js
  1. Install the dependencies:
npm install
  1. Build the library:
npm run build
  1. Run the tests:
npm run test
0.2.1

1 year ago

0.2.0

1 year ago