
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@movable/cli
Advanced tools
Like ember-cli
, but for Movable Ink apps.
yarn global add @movable/cli
movable new my-app
cd my-app
movable serve
This utility takes care of the following:
movable new my-app
)movable build
)movable serve
)movable init
)Everything below this point is about making modifications to the MDK itself. If you just want to use the MDK to build apps, you can find more documentation on the wiki.
Run all of the tests:
yarn run test
Check out this repository and install dependencies:
git clone https://github.com/movableink/movable-cli.git
cd movable-cli
yarn
Set up your PATH
to use your local movable
command:
export PATH=`pwd`/bin:$PATH
Now you can run commands like movable new
using your local movable-cli
. If you want to set up movable
to use a non-production oAuth server, you can create a file such as ~/local-movable.sh
where you set some environment variables:
export OAUTH_CLIENT_ID=changeme00000000000000000000000000000000000000000
export OAUTH_CLIENT_SECRET=changeme000000000000000000000000000000000000000000
export DASHBOARD_URL=http://localhost:3000
export DEPLOY_URL=http://localhost:4044
Then, to use the local endpoints, run source ~/local-movable.sh
before you run movable login
.
See LICENSE.md.
FAQs
Create and manage Movable Ink Studio applications
We found that @movable/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.