This tool allows you to run block chains inside your schemas on the platform NANA800.io through the "code action" trigger. NANA800.io is a low-code platform for technical projects. Quickly create projects without writing code.
npm install nana800-code-actionThis tool allows you to run block chains inside your schemas on the platform NANA800.io through the "code action" trigger.
NANA800.io is a low-code platform for technical projects. Quickly create projects without writing code.
``bash`
yarn add nana800-code-action
or
`bash`
npm i nana800-code-action
#### For JavaScript/TypeScript projects:
`ts
import { nana800CodeAction } from "nana800-code-action"
const codeActionResponse = await nana800CodeAction.startTriggerAction({
api_key: 'string',
scheme_id: 'string',
code_action_slug: 'string',
payload: {},
})
console.log({codeActionResponse})
`
#### For HTML/JS projects:
`html
`
#### For other platforms (cURL):
`bash``
curl --location 'https://api.nana800.io/runner/run_code_action_trigger/
--header 'Content-Type: application/json' \
--data '{}'
No-Code & Business & Analytics Cloud Platform NANA800.io
Platform Console CLOUD.NANA800.io
Platform Documentation NANA800 Documentation